]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/animations/animations-docs.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[factor.git] / unmaintained / animations / animations-docs.factor
index 3e426a2c64ce7f34f5b6c81ef2af9b6d7ab67b6b..1acdfd36cf7125d08cc2584a372ebf75d1097ea4 100644 (file)
@@ -1,7 +1,7 @@
 USING: help.markup help.syntax ;
 IN: animations
 
-HELP: animate ( quot duration -- )
+HELP: animate
 
 { $values
     { "quot" "a quot which uses " { $link progress } }
@@ -20,10 +20,10 @@ HELP: animate ( quot duration -- )
         "1/20 seconds animate ;"
         "46 ms elapsed\n17 ms elapsed"
     }
-    { $notes "The amount of time elapsed between these iterations will very." }
+    { $notes "The amount of time elapsed between these iterations will vary." }
 } ;
 
-HELP: reset-progress ( -- )
+HELP: reset-progress
 { $description
     "Initiates the timer. Call this before using "
     "a loop which makes use of " { $link progress } "."
@@ -43,7 +43,7 @@ HELP: progress
         "times ;"
         "31 ms elapsed\n18 ms elapsed\n16 ms elapsed"
     }
-    { $notes "The amount of time elapsed between these iterations will very." }
+    { $notes "The amount of time elapsed between these iterations will vary." }
 } ;
 
 ARTICLE: "animations" "Animations"
@@ -64,4 +64,4 @@ ARTICLE: "animations" "Animations"
     "used when one's quote runs for a specific number of iterations, instead "
     "of a length of time. If the animation is like most, and is expected to "
     "run for a specific length of time, " { $link animate } " should be used." ;
-ABOUT: "animations"
\ No newline at end of file
+ABOUT: "animations"