Fixed typo

This commit is contained in:
Stefan Müller 2024-05-05 16:33:03 +02:00
parent 32c0471e3c
commit 875c4cd727
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
\starttext \starttext
The first block shows all features of the Pascal pretty printer The first block shows all features of the Pascal pretty printer.
\startPAS \startPAS
{ Comment } { Comment }
@ -25,7 +25,7 @@ begin
end; end;
\stopPAS \stopPAS
The next block shows some (more or less usefull) special cases. The next block shows some (more or less useful) special cases.
\startPAS \startPAS
My_Variable := _for; My_Variable := _for;