Răsfoiți Sursa

findstring was backwards

David Rose 23 ani în urmă
părinte
comite
dd98ca18a7
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      panda/src/doc/ppremake-variables.txt

+ 2 - 2
panda/src/doc/ppremake-variables.txt

@@ -369,8 +369,8 @@ value is either the empty string (false) or a nonempty string (true).
   $[wordsubst <from>,<to>,<text>] - like $[subst], except it only
     replaces whole words.
 
-  $[findstring <a>,<b>] - returns <b> if and only if it is a substring
-    of <a>; otherwise, returns the empty string.
+  $[findstring <a>,<b>] - returns <a> if and only if it is a substring
+    of <b>; otherwise, returns the empty string.
 
   $[sort <words>] - returns the space-separated list of <words>,
     sorted into alphabetical order.  This also removes duplicate