alien.library: fix docs circularity

modern-harvey2
Doug Coleman 2018-08-02 08:06:16 -04:00
parent a1ad3385b9
commit ac58033aff
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
! Copyright (C) 2009 Slava Pestov. ! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.syntax assocs help.markup help.syntax strings words ; USING: alien alien.syntax assocs help.markup help.syntax kernel
strings ;
IN: alien.libraries IN: alien.libraries
HELP: add-library HELP: add-library