Skip to content

Commit

Permalink
Merge pull request #78 from typst-community/fix-docs-typo
Browse files Browse the repository at this point in the history
docs: rename list to array in docstirng
  • Loading branch information
quachpas authored Oct 27, 2024
2 parents 032aeb9 + 6db6bef commit a1fce98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions themes/default.typ
Original file line number Diff line number Diff line change
Expand Up @@ -497,11 +497,11 @@
body
}

// __normalize_entry_list(entry-list) -> list<dictionary>
// __normalize_entry_list(entry-list) -> array<dictionary>
// Add default values to each entry.
//
// # Arguments
// entry-list (list<dictionary>): the list of entries
// entry-list (array<dictionary>): the list of entries
//
// # Returns
// The normalized entry list
Expand Down Expand Up @@ -585,7 +585,7 @@
// Return the number of references for each entry in the document

// # Arguments
// entry-list (list<dictionary>): the list of entries. Defaults to all entries
// entry-list (array<dictionary>): the list of entries. Defaults to all entries
// groups (array<str>): the list of groups to be considered. `""` is the default group.
//
// # Returns
Expand Down Expand Up @@ -617,7 +617,7 @@
// Check if there are references to the entries in the document
//
// # Arguments
// entry-list (list<dictionary>): the list of entries. Defaults to all entries
// entry-list (array<dictionary>): the list of entries. Defaults to all entries
// groups (array<str>): the list of groups to be considered. `""` is the default group.
//
// # Returns
Expand Down Expand Up @@ -937,7 +937,7 @@
// Print the glossary
//
// # Arguments
// entry-list (list<dictionary>): the list of entries
// entry-list (array<dictionary>): the list of entries
// groups (array<str>): the list of groups to be displayed. `""` is the default group.
// show-all (bool): show all entries
// disable-back-references (bool): disable back references
Expand Down

0 comments on commit a1fce98

Please sign in to comment.