Skip to content

Commit e5a5a28

Browse files
author
Allan Peng
authored
[src] Fix smal eCorrect typo in endpoint comment. (kaldi-asr#4014)
1 parent 21169be commit e5a5a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/online2/online-endpoint.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ struct OnlineEndpointConfig {
129129
/// that we consider as silence for purposes of
130130
/// endpointing.
131131

132-
/// We support four rules. We terminate decoding if ANY of these rules
132+
/// We support five rules. We terminate decoding if ANY of these rules
133133
/// evaluates to "true". If you want to add more rules, do it by changing this
134134
/// code. If you want to disable a rule, you can set the silence-timeout for
135135
/// that rule to a very large number.

0 commit comments

Comments
 (0)