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
$ go run . | cat -e
G$
Invalid Output$
Invalid Input$
G$
Invalid Output$
Invalid Input$
```

View File

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