diff --git a/Source/StringHelper.cs b/Source/StringHelper.cs index ca39411..b4d754d 100644 --- a/Source/StringHelper.cs +++ b/Source/StringHelper.cs @@ -96,7 +96,7 @@ namespace Nuclex.Support { /// /// Searches backwards for the first occurence of a character other than the - /// characters listed in the parameter + /// characters listed in the parameter /// /// String that will be scanned in /// Characters to not look for in the scanned string diff --git a/Source/StringSegment.cs b/Source/StringSegment.cs index bfb57ae..919bc08 100644 --- a/Source/StringSegment.cs +++ b/Source/StringSegment.cs @@ -98,7 +98,7 @@ namespace Nuclex.Support { /// /// Gets the position of the first element in the range delimited by the array segment, /// relative to the start of the original array - /// /// /// The position of the first element in the range delimited by the /// , relative to the start of the original array