Skip to content

Commit e9163f7

Browse files
authored
Merge pull request #204 from ruby-go-gem/doc
Tweak doc
2 parents cbad665 + 89bec7f commit e9163f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ CRuby methods are mapped to Go methods based on the following rules
101101

102102
* No lowercase letters included (`/^[A-Z0-9_]+$/`)
103103
* No changes
104-
* e.g. `RB_NUM2UINT`
104+
* e.g. `RB_NUM2UINT` (CRuby) -> `ruby.RB_NUM2UINT` (Go)
105105
* Lowercase letters included
106106
* Converted to CamelCase
107107
* e.g. `rb_define_method` (CRuby) -> `ruby.RbDefineMethod` (Go)

0 commit comments

Comments
 (0)