We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161fc18 commit b764347Copy full SHA for b764347
Parser/tokenizer.h
@@ -20,7 +20,7 @@ enum decoding_state {
20
};
21
22
enum interactive_underflow_t {
23
- /* Normal mode of operation: return a new token when asked in interactie mode */
+ /* Normal mode of operation: return a new token when asked in interactive mode */
24
IUNDERFLOW_NORMAL,
25
/* Forcefully return ENDMARKER when asked for a new token in interactive mode. This
26
* can be used to prevent the tokenizer to prompt the user for new tokens */
0 commit comments