prettyprint-docs: fix the obsolete parser code in an example

windows-drag
Alexander Iljin 2019-03-25 00:54:50 +01:00 committed by John Benediktsson
parent ea4f061461
commit bbd7a112f1
1 changed files with 4 additions and 4 deletions

View File

@ -113,10 +113,10 @@ ARTICLE: "prettyprint-literal" "Literal prettyprinting protocol"
"TUPLE: rect w h ;" "TUPLE: rect w h ;"
"" ""
"SYNTAX: RECT[" "SYNTAX: RECT["
" scan-word" " scan-number"
" scan-word \\ * assert=" " scan-token \"*\" assert="
" scan-word" " scan-number"
" scan-word \\ ] assert=" " scan-token \"]\" assert="
" <rect> suffix! ;" " <rect> suffix! ;"
} }
"An example literal might be:" "An example literal might be:"