docs(printstr): clarify and make accurate usage example

This commit is contained in:
eslopfer 2022-11-28 07:08:00 +00:00
parent 00177d71b4
commit b391949bfb
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ func main() {
And its output :
```console
$ go run . | cat -e
Hello World!$
go run . | cat -e
Hello World!
```
### Notions