Skip to content

Commit

Permalink
Make all search word arguments italics
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Aug 14, 2024
1 parent bffbeb1 commit d189d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ch12-05-working-with-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ the word *to* in all lowercase:
{{#include ../listings/ch12-an-io-project/listing-12-23/output.txt}}
```

Looks like that still works! Now, let’s run the program with `IGNORE_CASE`
set to `1` but with the same query `to`.
Looks like that still works! Now let’s run the program with `IGNORE_CASE` set
to `1` but with the same query *to*:

```console
$ IGNORE_CASE=1 cargo run -- to poem.txt
Expand Down

0 comments on commit d189d7b

Please sign in to comment.