]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences.parser: remove duplicate using
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 12 Feb 2024 01:36:28 +0000 (17:36 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 12 Feb 2024 01:36:28 +0000 (17:36 -0800)
extra/sequences/parser/parser-docs.factor

index f4a7b4b8f27c4182ca209b024736c023d5c629de..61f35b0e1c33fdd19b46f89fd52a63959e2f70f3 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2024 Aleksander Sabak.
 ! See https://factorcode.org/license.txt for BSD license.
-USING: help.markup help.markup help.syntax kernel math quotations sequences
+USING: help.markup help.syntax kernel math quotations sequences
 sequences.parser ;
 IN: sequences.parser