Skip to content

Commit

Permalink
Fix dumb typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 6, 2014
1 parent abf9b02 commit 4018f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/jruby/RubyString.java
Expand Up @@ -5832,7 +5832,7 @@ public RubyString each_byte(ThreadContext context, Block block) {

@JRubyMethod(name = "each_byte")
public IRubyObject each_byte19(ThreadContext context, Block block) {
return enumerateBytes(context, "each_bytes", block, false);
return enumerateBytes(context, "each_byte", block, false);
}

@JRubyMethod
Expand Down

0 comments on commit 4018f94

Please sign in to comment.