mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +00:00
spelling: recognize
This commit is contained in:
@@ -78,7 +78,7 @@ convey the intent; a more detailed description is available in subsequent sectio
|
|||||||
@endcode
|
@endcode
|
||||||
The lexer would generate the following sequence of tokens: LCURLY_BRACKET, DHCP6, COLON,
|
The lexer would generate the following sequence of tokens: LCURLY_BRACKET, DHCP6, COLON,
|
||||||
LCURLY_BRACKET, RENEW_TIMER, COLON, INTEGER (a token with a value of 100), RCURLY_BRACKET,
|
LCURLY_BRACKET, RENEW_TIMER, COLON, INTEGER (a token with a value of 100), RCURLY_BRACKET,
|
||||||
RCURLY_BRACKET, END. The bison grammar recognises that the sequence forms a valid sentence and
|
RCURLY_BRACKET, END. The bison grammar recognizes that the sequence forms a valid sentence and
|
||||||
that there are no errors and act upon it. (Whereas if the left and right braces in the above
|
that there are no errors and act upon it. (Whereas if the left and right braces in the above
|
||||||
example were exchanged, the bison module would identify the sequence as syntactically incorrect.)
|
example were exchanged, the bison module would identify the sequence as syntactically incorrect.)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user