diff options
Diffstat (limited to 'compiler/ic/bitabs.nim')
-rw-r--r-- | compiler/ic/bitabs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ic/bitabs.nim b/compiler/ic/bitabs.nim index 8adab8388..a55131051 100644 --- a/compiler/ic/bitabs.nim +++ b/compiler/ic/bitabs.nim @@ -1,5 +1,5 @@ ## A BiTable is a table that can be seen as an optimized pair -## of (Table[LitId, Val], Table[Val, LitId]). +## of `(Table[LitId, Val], Table[Val, LitId])`. import hashes, rodfiles |