chore: fix some typos (#23412)

Signed-off-by: soonsouth <cuibuwei@163.com>
(cherry picked from commit b387bc49b5)
This commit is contained in:
soonsouth
2024-03-16 08:35:18 +08:00
committed by narimiran
parent 6eb3e3134e
commit b213da9937
6 changed files with 7 additions and 7 deletions

View File

@@ -378,8 +378,8 @@ type
kind: FootnoteType # discriminator
number: int # valid for fnManualNumber (always) and fnAutoNumber,
# fnAutoNumberLabel after resolveSubs is called
autoNumIdx: int # order of occurence: fnAutoNumber, fnAutoNumberLabel
autoSymIdx: int # order of occurence: fnAutoSymbol
autoNumIdx: int # order of occurrence: fnAutoNumber, fnAutoNumberLabel
autoSymIdx: int # order of occurrence: fnAutoSymbol
label: string # valid for fnAutoNumberLabel
RstFileTable* = object
filenameToIdx*: Table[string, FileIndex]