]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/transforms/haar/haar-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / extra / math / transforms / haar / haar-docs.factor
index a9a4fd111fa03faab3e9c3024926dd33595069bd..32300747518b234e208677bc6ccff03fcae46f3b 100644 (file)
@@ -12,4 +12,3 @@ HELP: rev-haar
 { $description "Reverse Haar wavelet transform function." }
 { $notes "The sequence length should be a power of two." }
 { $examples { $example "USING: math.transforms.haar prettyprint ;" "{ 3 2 -1 -2 3 0 4 1 } rev-haar ." "{ 7 1 6 6 3 -5 4 2 }" } } ;
-