From 6db6bef541ec397ef1494c499e8d151000ac446a Mon Sep 17 00:00:00 2001 From: Pascal Quach Date: Sun, 27 Oct 2024 13:06:19 +0100 Subject: [PATCH] Rename list to array --- themes/default.typ | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/default.typ b/themes/default.typ index 808e032..5a18963 100644 --- a/themes/default.typ +++ b/themes/default.typ @@ -497,11 +497,11 @@ body } -// __normalize_entry_list(entry-list) -> list +// __normalize_entry_list(entry-list) -> array // Add default values to each entry. // // # Arguments -// entry-list (list): the list of entries +// entry-list (array): the list of entries // // # Returns // The normalized entry list @@ -585,7 +585,7 @@ // Return the number of references for each entry in the document // # Arguments -// entry-list (list): the list of entries. Defaults to all entries +// entry-list (array): the list of entries. Defaults to all entries // groups (array): the list of groups to be considered. `""` is the default group. // // # Returns @@ -617,7 +617,7 @@ // Check if there are references to the entries in the document // // # Arguments -// entry-list (list): the list of entries. Defaults to all entries +// entry-list (array): the list of entries. Defaults to all entries // groups (array): the list of groups to be considered. `""` is the default group. // // # Returns @@ -937,7 +937,7 @@ // Print the glossary // // # Arguments -// entry-list (list): the list of entries +// entry-list (array): the list of entries // groups (array): the list of groups to be displayed. `""` is the default group. // show-all (bool): show all entries // disable-back-references (bool): disable back references