Skip to content

Commit

Permalink
Remove redundant words
Browse files Browse the repository at this point in the history
  • Loading branch information
meni-adin committed Jun 15, 2023
1 parent 21cf840 commit eb0e86b
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 eb0e86b

Please sign in to comment.