We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf68be commit 30f5e95Copy full SHA for 30f5e95
lib/lutaml/hal/link.rb
@@ -43,7 +43,7 @@ def find_register(explicit_register)
43
register = Lutaml::Hal::GlobalRegister.instance.get(register_id)
44
if register.nil?
45
raise 'GlobalRegister in use but unable to find the register. '\
46
- 'Please provide a register to the `#realize` method to resolve the link'
+ 'Please provide a register to the `#realize` method to resolve the link'
47
end
48
49
register
0 commit comments