Skip to content

Commit

Permalink
Fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahausladen committed May 16, 2014
1 parent 4296086 commit da1846f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcl/source/common/JclStrings.pas
Expand Up @@ -423,7 +423,7 @@ ArgumentOutOfRangeException = class(EJclError);

// The TStringBuilder class is a Delphi implementation of the .NET
// System.Text.StringBuilder.
// It is zero based and the method that allow an TObject (Append, Insert,
// It is zero based and the methods that have a TObject argument (Append, Insert,
// AppendFormat) are limited to IToString implementors or Delphi 2009+ RTL.
// This class is not threadsafe. Any instance of TStringBuilder should not
// be used in different threads at the same time.
Expand Down

0 comments on commit da1846f

Please sign in to comment.