We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6324458 commit b31cfd2Copy full SHA for b31cfd2
Parser/tokenizer.h
@@ -21,7 +21,7 @@ enum decoding_state {
21
};
22
23
enum interactive_underflow_t {
24
- /* 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 */
25
IUNDERFLOW_NORMAL,
26
/* Forcefully return ENDMARKER when asked for a new token in interactive mode. This
27
* can be used to prevent the tokenizer to prompt the user for new tokens */
0 commit comments