Skip to content

Commit f7efd66

Browse files
authored
Merge pull request #2395 from LeafyLi/patch-3
Improve wording to include Windows versions
2 parents 84a3139 + 22fb3d0 commit f7efd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch02-00-guessing-game-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ $ cargo build
396396
adding the rand crate as a dependency</span>
397397

398398
You may see different version numbers (but they will all be compatible with
399-
the code, thanks to SemVer!), and the lines may be in a different order.
399+
the code, thanks to SemVer!), different lines (depending on the operating system), and the lines may be in a different order.
400400

401401
Now that we have an external dependency, Cargo fetches the latest versions of
402402
everything from the *registry*, which is a copy of data from

0 commit comments

Comments
 (0)