]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/boyer-moore/boyer-moore-docs.factor
*-docs: replace double spaces with single spaces
[factor.git] / extra / boyer-moore / boyer-moore-docs.factor
index 2b23e72fc6f470ce02afdeb10768e9ab3d09de77..e052d6744be6a028186577918b024f606ca73901 100644 (file)
@@ -19,13 +19,13 @@ HELP: search-from
   { "seq" sequence }
   { "from" "a non-negative integer" }
   { "obj" object }
-  { "i/f" "the index of first match or " { $link f }  }
+  { "i/f" "the index of first match or " { $link f } }
 }
 { $description "Performs an attempt to find the first "
   "occurrence of pattern in " { $snippet "seq" }
   " starting from " { $snippet "from" } " using "
   "Boyer-Moore search algorithm. Output is the index "
-  "if the attempt was  succeessful and " { $link f }
+  "if the attempt was succeessful and " { $link f }
   " otherwise."
 } ;