a68: Minor typo fix in doc

gcc/algol68/ChangeLog:
	* ga68-coding-guidelines.texi: Typo fix.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
This commit is contained in:
Marc Poulhiès
2026-01-30 12:52:16 +01:00
parent 9a946fb8a8
commit 69ee6ac4bc

View File

@@ -441,7 +441,7 @@ proc hash_string (string s)
@node Closed clauses
@section Closed clauses
Algol 68 allows using @code{(} an @code{)} instead of @code{begin} and
Algol 68 allows using @code{(} and @code{)} instead of @code{begin} and
@code{end} to delimit closed clauses. In fact, parenthesized
expression in other programming languages are realized in Algol 68
with closed clauses, in a very orthogonal way. Both forms are useful