Skip to content

Commit 960ddd6

Browse files
varkormark-i-m
authored andcommitted
Fix mask -> tag terminology
1 parent aa9bb67 commit 960ddd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kinds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ constructing such substitution slices.
2121

2222
## `Kind`
2323
The actual `Kind` struct is optimised for space, storing the type, lifetime or
24-
const as an interned pointer containing a mask identifying its kind (in the
24+
const as an interned pointer containing a tag identifying its kind (in the
2525
lowest 2 bits). Unless you are working with the `Subst` implementation
2626
specifically, you should generally not have to deal with `Kind` and instead
2727
make use of the safe [`UnpackedKind`](#unpackedkind) abstraction.

0 commit comments

Comments
 (0)