Skip to content

Commit

Permalink
Fix spelling mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed May 24, 2023
1 parent 501b5df commit e2c18c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adix/ditab.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## This module provides a directly indexed set/table representation via a dense
## ``seq[T]`` with an auxilliary sparse direct index to accelerate searching.
## ``seq[T]`` with an auxiliary sparse direct index to accelerate searching.
## "direct" means the same size as the key space or "alphabet". The index says
## what ``seq`` index has each (unique) key. This can do any unordered set op
## in guaranteed unit time cost per element -- make, insert, delete, member
Expand Down

0 comments on commit e2c18c9

Please sign in to comment.