From 763a563f016c27267c30b70c37c7826d509d4db5 Mon Sep 17 00:00:00 2001 From: Ineiev Date: Tue, 22 Apr 2025 07:18:02 +0000 Subject: [PATCH] * c.texi (Operators/Punctuation): Fix a reference s/String/Character/. --- c.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c.texi b/c.texi index 3933c0d..7c518c9 100644 --- a/c.texi +++ b/c.texi @@ -1755,8 +1755,8 @@ subsequent chapters. Some characters that are generally considered punctuation have a different sort of meaning in the C language. C uses double-quote @samp{"} to delimit string constants (@pxref{String Constants}) and -@samp{'} to delimit character constants (@pxref{String Constants}). The -characters @samp{$} and @samp{_} can be part of an identifier or a +@samp{'} to delimit character constants (@pxref{Character Constants}). +The characters @samp{$} and @samp{_} can be part of an identifier or a keyword. Most operators in C consist of one or two characters that can't be