Skip to content

Commit

Permalink
Fixed a typo in doc and updated dists in qlfile.lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed May 9, 2021
1 parent 03fc9e7 commit e8d9bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qlfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
("quicklisp" .
(:class qlot/source/dist:source-dist
:initargs (:distribution "http://beta.quicklisp.org/dist/quicklisp.txt" :%version :latest)
:version "2021-02-28"))
:version "2021-04-11"))
("ultralisp" .
(:class qlot/source/dist:source-dist
:initargs (:distribution "http://dist.ultralisp.org" :%version :latest)
:version "20210406203019"))
:version "20210508224000"))
2 changes: 1 addition & 1 deletion src/doc.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Here is features already implemented in this fork:
`40ANTS-DOC/FULL` system which will download such dependencies as markdown
parser and more.
* Now you don't have to import any locative symbols into your package. Import
only a DEFSECTIO macro and it will be enough to define documentation for
only a DEFSECTION macro and it will be enough to define documentation for
your library!
* Added a warning mechanism, which will issue such warnings on words which looks
like a symbol, but when real symbol or reference is absent:
Expand Down

0 comments on commit e8d9bfa

Please sign in to comment.