Skip to content

Commit 639fbd4

Browse files
author
DelphiDabbler
committed
Corrected error in XMLDoc comments
1 parent 2a9eb86 commit 639fbd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/UStrUtils.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ function StrExplode(Str: UnicodeString; const Delim: UnicodeString;
215215
/// <summary>Splits string Str at the first occurence of Delim setting Left to
216216
/// the string preceeding Delim and Right to the string following Delim.
217217
/// Returns True if Delim was found in Str, False if not.</summary>
218-
/// <remarks>Left and Right be empty if Delim is found at the start or end of
219-
/// Str respectively.</remarks>
218+
/// <remarks>Either Left or Right will be empty if Delim is found at the start
219+
/// or end of Str respectively.</remarks>
220220
function StrSplit(const Str: UnicodeString; const Delim: UnicodeString;
221221
out Left, Right: UnicodeString): Boolean;
222222

0 commit comments

Comments
 (0)