Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Nov 1, 2024
1 parent 286acb7 commit 79351db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ jobs:
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/[email protected]
with:
config: ./_typos.toml
3 changes: 3 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[default.extend-words]
# Don't correct the surname "Teh"
annote = "annote"
48 changes: 4 additions & 44 deletions src/constant.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,8 @@
const Fields = Dict{String, String}

"""
const entries = [
:article,
:book,
:booklet,
:inbook,
:incollection,
:inproceedings,
:manual,
:mastersthesis,
:misc,
:phdthesis,
:proceedings,
:techreport,
:unpublished,
]
const entries
List of possible entries (currently based on bibtex). Keep it sorted for readability.
"""
const entries = [
Expand All @@ -38,35 +25,8 @@ const entries = [
]

"""
const fields = [
:address,
:annote,
:archivePrefix,
:author,
:booktitle,
:chapter,
:crossref,
:edition,
:editor,
:eprint,
:howpublished,
:institution,
:journal,
:key,
:month,
:note,
:number,
:organization,
:pages,
:primaryClass,
:publisher,
:school,
:series,
:title,
:type,
:volume,
:year
]
const fields
List of possible fields (currently based on bibtex). Keep it sorted for readability
"""
const fields = [
Expand Down

0 comments on commit 79351db

Please sign in to comment.