This commit is contained in:
Arthur Grisel-Davy 2023-06-26 17:34:28 -04:00
parent e2cc4ecfec
commit 56021ab305
6 changed files with 50 additions and 69 deletions

View file

@ -28,7 +28,7 @@
}
#let reset-all-acronyms() = {
// Reset all acronyms. They will all be expanded on next use.
// Reset all acronyms. They will all be expanded on the next use.
for term in acronyms.keys() {
state("acronym-state-" + term, false).update(false)
}