Skip to content

Commit 7e6ce13

Browse files
Update src/config.jl
1 parent 6be0699 commit 7e6ce13

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/config.jl

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ Tag(::Nothing, ::Type{V}) where {V} = nothing
2424
tagcount(Tag{F1,V1}) < tagcount(Tag{F2,V2})
2525
end
2626

27-
# SmallTag is similar to a Tag, but carries just a small UInt64 hash, instead
28-
# of the full type, which makes stacktraces / types easier to read while still
29-
# providing good resilience to perturbation confusion.
27+
"""
28+
SmallTag{Hash}
29+
30+
SmallTag is similar to a Tag, but carries just a small UInt64 hash,
31+
instead of the full type, which makes stacktraces / types easier to
32+
read while still providing good resilience to perturbation confusion.
3033
struct SmallTag{H}
3134
end
3235

0 commit comments

Comments
 (0)