]> gitweb.factorcode.org Git - factor.git/commitdiff
fix morse-docs, and add authors.txt
authorAlex Chapman <chapman.alex@gmail.com>
Mon, 28 Apr 2008 02:17:08 +0000 (12:17 +1000)
committerAlex Chapman <chapman.alex@gmail.com>
Mon, 28 Apr 2008 02:17:08 +0000 (12:17 +1000)
extra/morse/authors.txt [new file with mode: 0644]
extra/morse/morse-docs.factor

diff --git a/extra/morse/authors.txt b/extra/morse/authors.txt
new file mode 100644 (file)
index 0000000..e9c193b
--- /dev/null
@@ -0,0 +1 @@
+Alex Chapman
index 31fc7f34c2d6810267db734cfe04326af1d3ffd7..f31b741c8559ea5447cfeb02379767a6cb4d77be 100644 (file)
@@ -26,4 +26,4 @@ HELP: morse>
 
 HELP: play-as-morse
 { $values { "str" "A string of ascii characters which can be translated into morse code" } { "unit-length" "The length of a dot" } }
-{ $description "Plays a string as morse code" }
+{ $description "Plays a string as morse code" } ;