Skip to content

Commit

Permalink
Correct typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja authored Dec 3, 2024
1 parent faad142 commit f077d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ require "rb_sys/mkmf"
create_rust_makefile("my_example_gem/my_example_gem")
```

See the [`rust_blank`] example for examples if `extconf.rb` and `Rakefile`.
See the [`rust_blank`] example for examples of `extconf.rb` and `Rakefile`.
Running `rake compile` will place the extension at
`lib/my_example_gem/my_example_gem.so` (or `.bundle` on macOS), which you'd
load from Ruby like so:
Expand Down

0 comments on commit f077d9a

Please sign in to comment.