2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

spelling: recognize

This commit is contained in:
Josh Soref
2017-07-23 15:58:29 -04:00
parent 4fa06119f6
commit 95272ba3fa

View File

@@ -78,7 +78,7 @@ convey the intent; a more detailed description is available in subsequent sectio
@endcode
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,
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
example were exchanged, the bison module would identify the sequence as syntactically incorrect.)