Skip to content

Commit

Permalink
Merge pull request #2952 from jannick0/patch-1
Browse files Browse the repository at this point in the history
[trie.h] pattern definition: fix documentation
  • Loading branch information
amitdo authored Apr 27, 2020
2 parents 23be532 + e044163 commit acc4c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dict/trie.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class Trie : public Dawg {
// To denote a character class use one of:
// \c - unichar for which UNICHARSET::get_isalpha() is true (character)
// \d - unichar for which UNICHARSET::get_isdigit() is true
// \n - unichar for which UNICHARSET::get_isdigit() and
// \n - unichar for which UNICHARSET::get_isdigit() or
// UNICHARSET::isalpha() are true
// \p - unichar for which UNICHARSET::get_ispunct() is true
// \a - unichar for which UNICHARSET::get_islower() is true
Expand Down

0 comments on commit acc4c8b

Please sign in to comment.