Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
slashformotion committed Sep 16, 2023
1 parent 6c00fad commit e8ca210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions example/example.typ
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// for local testing
// #import "@local/glossarium:0.1.1": *
#import "../glossarium.typ": make-glossary, print-glossary, gls, glspl
#show: make-glossary

Expand Down
4 changes: 2 additions & 2 deletions glossarium.typ
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ SOFTWARE.*/

// glossarium figure kind
#let __glossarium_figure = "glossarium_entry"
// prefix of label for retreiving of references
// prefix of label for references query
#let __glossary_label_prefix = "glossary:"
// global state constaining the glossary entry and their location
// global state containing the glossary entry and their location
#let __glossary_entries = state("__glossary_entries", (:))

#let __query_labels_with_key(loc, key, before: false) = {
Expand Down

0 comments on commit e8ca210

Please sign in to comment.