Skip to content

Commit 8ebc8b9

Browse files
committed
Update RubyFoo.java
typo
1 parent 294a3e4 commit 8ebc8b9

File tree

1 file changed

+1
-1
lines changed
  • extensions/basic/jruby-ext/src/main/java/com/purbon

1 file changed

+1
-1
lines changed

extensions/basic/jruby-ext/src/main/java/com/purbon/RubyFoo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static IRubyObject buildString(ThreadContext context, IRubyObject recv) {
3838
* meta = true is waht makes this module class method
3939
* The equivalent in ruby:
4040
* module Foo
41-
* def self.bself_string
41+
* def self.self_string
4242
* return 'This is String is from Foo.self'
4343
* end
4444
* end

0 commit comments

Comments
 (0)