From c5389fa7b1137b36b83295b84632dbaa26956617 Mon Sep 17 00:00:00 2001 From: pkivolowitz Date: Sun, 15 Jan 2023 22:18:04 -0600 Subject: [PATCH] Update README.md --- more/apple_silicon/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/more/apple_silicon/README.md b/more/apple_silicon/README.md index c075da8..ac4e6e7 100644 --- a/more/apple_silicon/README.md +++ b/more/apple_silicon/README.md @@ -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