IC: fix typo in rodfiles.nim (#20989)

preceeded -> preceded
This commit is contained in:
Ikko Ashimine
2022-12-02 04:26:59 +09:00
committed by GitHub
parent 658b28dc57
commit a104aa4714

View File

@@ -24,7 +24,7 @@ when defined(nimPreviewSlimSystem):
## `RodFile` represents a Rod File (versioned binary format), and the
## associated data for common interactions such as IO and error tracking
## (`RodFileError`). The file format broken up into sections (`RodSection`)
## and preceeded by a header (see: `cookie`). The precise layout, section
## and preceded by a header (see: `cookie`). The precise layout, section
## ordering and data following the section are determined by the user. See
## `ic.loadRodFile`.
##