Martijn Laan пре 1 месец
родитељ
комит
22e2bee2cd
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      Components/PathFunc.pas

+ 4 - 4
Components/PathFunc.pas

@@ -9,10 +9,10 @@ unit PathFunc;
   This unit provides some path-related functions.
 
   The string comparison functions (including PathCompare, PathEndsWith, PathHasSubstringAt,
-  PathSame, PathStartsWith, PathStrCompare) all ignore case by default, and
-  use a locale-independent "ordinal" comparison, which is important when
-  comparing filenames/paths. Despite the "Path" prefix, however, the functions
-  can be used to compare any kind of text, not just filenames/paths.
+  PathSame, PathStartsWith, PathStrCompare, PathStrFind) all ignore case by
+  default, and use a locale-independent "ordinal" comparison, which is important
+  when comparing filenames/paths. Despite the "Path" prefix, however, the
+  functions can be used to compare any kind of text, not just filenames/paths.
 }
 
 interface