From d564efc7fe1a9143d7192340c69059df4c04d1c8 Mon Sep 17 00:00:00 2001 From: habere-et-dispertire Date: Sat, 16 Sep 2023 16:37:37 +0100 Subject: [PATCH] [typo] as a => per --- .../positionals/exercises/print-command-line-arguments/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/essentials/positionals/exercises/print-command-line-arguments/index.md b/essentials/positionals/exercises/print-command-line-arguments/index.md index 9ebb284fe..4b52bf206 100644 --- a/essentials/positionals/exercises/print-command-line-arguments/index.md +++ b/essentials/positionals/exercises/print-command-line-arguments/index.md @@ -6,7 +6,7 @@ title: Print command-line arguments ## Task -Write a program that prints all the arguments it gets from the command line. Print them one at a line. +Write a program that prints all the arguments it gets from the command line. Print them one per line. ## Example