Skip to content

Commit d3e6b44

Browse files
committedJan 20, 2025
doc: fix spelling error in README
[skip ci]
1 parent 44dd68a commit d3e6b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ For example, if you wanted to only support Ruby 3.4 and 3.3, you might set this
362362
ENV["RUBY_CC_VERSION"] = "3.4.1:3.3.7"
363363
```
364364

365-
In practice, though, hardcoding these versions is brittle because the patch versions in the container may very from release to release.
365+
In practice, though, hardcoding these versions is brittle because the patch versions in the container may vary from release to release.
366366

367367
A more robust way to do this is to use `RakeCompilerDock.ruby_cc_version` which accepts an array of Ruby minor versions or patch version requirements.
368368

0 commit comments

Comments
 (0)
Please sign in to comment.