Humans-of-Julia / BibParser.jl

Parser for bibliographic formats, including BibTeX, in pure Julia
MIT License
13 stars 4 forks source link

Add check keyword to docstring #33

Open blegat opened 9 months ago

blegat commented 9 months ago

It's mentioned in the docstring but it's not in the signature. The parser is a keyword in the signature but not in the implementation for parse_file so I also changed this.