Skip to content

Commit

Permalink
sequences.parser: remove duplicate using
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Feb 12, 2024
1 parent cf894c6 commit f0db333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/sequences/parser/parser-docs.factor
@@ -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

Expand Down

0 comments on commit f0db333

Please sign in to comment.