Skip to content

Commit 30f5e95

Browse files
committed
chore: string format
1 parent 3cf68be commit 30f5e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lutaml/hal/link.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def find_register(explicit_register)
4343
register = Lutaml::Hal::GlobalRegister.instance.get(register_id)
4444
if register.nil?
4545
raise 'GlobalRegister in use but unable to find the register. '\
46-
'Please provide a register to the `#realize` method to resolve the link'
46+
'Please provide a register to the `#realize` method to resolve the link'
4747
end
4848

4949
register

0 commit comments

Comments
 (0)