* c.texi (Operators/Punctuation): Fix a reference s/String/Character/.

This commit is contained in:
Ineiev 2025-04-22 07:18:02 +00:00
parent f488964fc7
commit 763a563f01
1 changed files with 2 additions and 2 deletions

4
c.texi
View File

@ -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