Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 11, 2015
1 parent c8ea8bf commit ad37676
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public static IRubyObject get_proxy_or_package_under_package(ThreadContext conte
@JRubyMethod(module = true, visibility = Visibility.PRIVATE)
public static IRubyObject register_converter(ThreadContext context, IRubyObject recv, IRubyObject source, IRubyObject target, IRubyObject converter, Block block) {
if (block.isGiven()) {
context.runtime.getWarnings().warn("block passed to `reigster_converter' ignored");
context.runtime.getWarnings().warn("block passed to `register_converter' ignored");
}

if (!(source instanceof RubyClass)) {
Expand Down

0 comments on commit ad37676

Please sign in to comment.