Skip to content

Commit

Permalink
file-manager: Fix missing "source" in source docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrevar committed Apr 6, 2021
1 parent 13c440e commit ab813b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/file-manager.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
(prompter:multi-selection-p t))
(:export-class-name-p t)
(:accessor-name-transformer (hu.dwim.defclass-star:make-name-transformer name))
(:documentation "Prompt for file(s) on the disk."))
(:documentation "Prompt source for file(s) on the disk."))

0 comments on commit ab813b3

Please sign in to comment.