Skip to content

Commit 4c74846

Browse files
committed
fix typo
1 parent 5dea1c3 commit 4c74846

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
@@ -22,7 +22,7 @@ This means we emulate MRuby's non-trivial Rake-based build process entirely in Z
2222

2323
- Non-standard library gems that use any Ruby logic in their `mrbgem.rake` files aren't supported
2424
- Symbol preallocation isn't supported (this depends on Ruby regex to create the C files)
25-
- Using `mruby.zig` in transitive Zig dependencies will likely cause issue (just use it globally in one package for now)
25+
- Using `mruby.zig` in transitive Zig dependencies will likely cause issues (just use it globally in one package for now)
2626
- We have to fork MRuby just to add back `mrbgems/mruby-compiler/core/y.tab.c`
2727

2828
## Usage

0 commit comments

Comments
 (0)