Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Feb 18, 2021
1 parent ebc2343 commit 28f85b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/typetraits.nim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import std/private/since
export system.`$` # for backward compatibility

type SomeSparseEnum* = concept x ## Type class for enum's with holes.
type SomeSparseEnum* = concept x ## Type class for sparse enum's.
x is enum and x isnot Ordinal

#[
Expand Down

0 comments on commit 28f85b2

Please sign in to comment.