Update README.md

This commit is contained in:
pkivolowitz 2023-01-15 22:18:04 -06:00 committed by GitHub
parent 1f1a730d9e
commit c5389fa7b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,7 @@ that tells the function how many parameters were actually given.
For example:
`printf("%d is a number.\n");`
`printf("%d is a number.\n", 9);`
There is but one `%` place holder in this text. This tells `printf()`
that in addition to the string there is but one more parameter to be