From 25a841380db33e40c8c5c9dad92882593f3fd868 Mon Sep 17 00:00:00 2001 From: EvanMemory <139189213+EvanMemory@users.noreply.github.com> Date: Sat, 18 Jan 2025 11:48:45 -0500 Subject: [PATCH] Minor spelling error fix Updated "begining" to "beginning" --- Functions/scripts/telegram.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Functions/scripts/telegram.R b/Functions/scripts/telegram.R index a62b1d2..cdecbfd 100755 --- a/Functions/scripts/telegram.R +++ b/Functions/scripts/telegram.R @@ -22,7 +22,7 @@ # } # # The simon_says function works just like the paste function, except the -# begining of every string is prepended by the string "Simon says:" +# beginning of every string is prepended by the string "Simon says:" # # Telegrams used to be peppered with the words START and STOP in order to # demarcate the beginning and end of sentences. Write a function below called @@ -32,4 +32,4 @@ telegram <- function(...){ -} \ No newline at end of file +}