From dc48edd7df87318ebee0b9301aecdfc2db16e2e5 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Mon, 14 Jun 2021 15:03:44 +0100 Subject: [PATCH] Update README.md Small typo --- subjects/union/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/union/README.md b/subjects/union/README.md index 8d7ed3b3..90576970 100644 --- a/subjects/union/README.md +++ b/subjects/union/README.md @@ -6,7 +6,7 @@ Write a program that takes two `string` and displays, without doubles, the chara The display will be in the order that the characters will appear on the command line and will be followed by a newline (`'\n'`). -If the number of arguments is different from 2, then the program displays newline (`'\n'`). +If the number of arguments is different from 2, then the program displays a newline (`'\n'`). ### Usage