fix(printif + printifnot): make example coherent with subject

This commit is contained in:
nprimo 2024-07-24 09:48:04 +01:00 committed by Niccolò Primo
parent 1fa3587092
commit d945335743
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ And its output:
```console ```console
$ go run . | cat -e $ go run . | cat -e
G$ G$
Invalid Output$ Invalid Input$
G$ G$
Invalid Output$ Invalid Input$
``` ```

View File

@ -37,8 +37,8 @@ And its output:
```console ```console
$ go run . | cat -e $ go run . | cat -e
Invalid Output$ Invalid Input$
Invalid Output$ Invalid Input$
G$ G$
G$ G$
``` ```