Skip to content

Commit

Permalink
Add check keyword to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored and Azzaare committed Nov 2, 2024
1 parent 4ad3a80 commit 3e42b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bibtex.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
import_bibtex(input)
import_bibtex(input; check = :error)
Import a BibTeX file or parse a BibTeX string and convert it to the internal bibliography format.
The `check` keyword argument can be set to `:none` (or `nothing`), `:warn`, or `:error` to raise appropriate logs.
"""
Expand Down

0 comments on commit 3e42b7f

Please sign in to comment.