Skip to content

Commit

Permalink
Merge pull request #3672 from meni-adin/chap_12_5_redundant_words
Browse files Browse the repository at this point in the history
Remove redundant words
  • Loading branch information
chriskrycho committed Apr 1, 2024
2 parents 7a90386 + eb0e86b commit d4fa85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch12-05-working-with-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function, as shown in Listing 12-22. This still won’t compile yet.
Finally, we need to check for the environment variable. The functions for
working with environment variables are in the `env` module in the standard
library, so we bring that module into scope at the top of *src/lib.rs*. Then
we’ll use the `var` function from the `env` module to check to see if any value
we’ll use the `var` function from the `env` module to check if any value
has been set for an environment variable named `IGNORE_CASE`, as shown in
Listing 12-23.

Expand Down

0 comments on commit d4fa85a

Please sign in to comment.