From 3e42b7f4085025a7e983021a455296a2e5be75a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 6 Dec 2023 12:24:40 +0100 Subject: [PATCH] Add check keyword to docstring --- src/bibtex.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bibtex.jl b/src/bibtex.jl index ae43ea4..3381c8a 100644 --- a/src/bibtex.jl +++ b/src/bibtex.jl @@ -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. """