From 256b6a880af40240032ca39c97d5c4dffd7239a4 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Mar 2021 08:15:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ba86ce..2a30a9e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ NuGet: https://www.nuget.org/packages/Stone_Red-C-Sharp-Utilities ### Stone_Red_Utilities.ArrListExtentions #### Methods: * Print - * Description: Prints items of array not + * Description: Prints items of array * Parameters: `this Array array`, `char delimiter`, `bool printToDebugConsole` * Example usage: ```cs