From 69ee6ac4bca7e01702615e6fb1acb8de9d544683 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20Poulhi=C3=A8s?= Date: Fri, 30 Jan 2026 12:52:16 +0100 Subject: [PATCH] a68: Minor typo fix in doc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit gcc/algol68/ChangeLog: * ga68-coding-guidelines.texi: Typo fix. Signed-off-by: Marc Poulhiès --- gcc/algol68/ga68-coding-guidelines.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/algol68/ga68-coding-guidelines.texi b/gcc/algol68/ga68-coding-guidelines.texi index b8142882cb9..ee68d7ae853 100644 --- a/gcc/algol68/ga68-coding-guidelines.texi +++ b/gcc/algol68/ga68-coding-guidelines.texi @@ -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 -- 2.47.3