From b0026fcdd6fdf1e6ff79fad8d7632d185199426e Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Mon, 4 Aug 2008 19:46:37 +0000 Subject: [PATCH] Fixed some compiler warnings; removed the "Mixed Platforms" build configuration from the solution git-svn-id: file:///srv/devel/repo-conversion/nusu@87 d2e56fa2-650e-0410-a79f-9358c0239efd --- Source/StringHelper.cs | 2 +- Source/StringSegment.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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