Skip to content

Commit

Permalink
internals: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Sep 9, 2024
1 parent 84bc0b3 commit 196e20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ By default, flags are encoded in a dictionary with the `UTF-8` flag type. For `e
### Word list

```rust
type Stem = Box<str>,
type Stem = Box<str>;
type WordList = HashBag<Stem, FlagSet>;
```

Expand Down

0 comments on commit 196e20e

Please sign in to comment.