From 50244ff1b099b34cc6f608b49e427f91c089f2d3 Mon Sep 17 00:00:00 2001 From: "David G. Moore, Jr." Date: Fri, 23 Feb 2024 03:31:10 -0500 Subject: [PATCH] spelling error --- System/System/StringExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/System/StringExtensions.cs b/System/System/StringExtensions.cs index 450207a..5b91e4c 100644 --- a/System/System/StringExtensions.cs +++ b/System/System/StringExtensions.cs @@ -95,7 +95,7 @@ public static bool Contains( #endif /// - /// Concatentates many strings into one using a + /// Concatenates many strings into one using a /// /// The string to be used between the values in /// The list of values to be converted to a concatenated string