From 50485b9b160522b300e0a5bea1c571edba59d705 Mon Sep 17 00:00:00 2001 From: Ineiev Date: Mon, 28 Apr 2025 07:21:31 +0000 Subject: [PATCH] * cpp.texi (Object-like Macros): Add missing 'is.' --- cpp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp.texi b/cpp.texi index 035cb62..19910b4 100644 --- a/cpp.texi +++ b/cpp.texi @@ -627,7 +627,7 @@ code that uses it. These macros are most commonly used to give symbolic names to numeric constants. @findex #define -The way to define macros with the @code{#define} directive. +The way to define macros is with the @code{#define} directive. @code{#define} is followed by the name of the macro and then the token sequence it should be an abbreviation for, which is variously referred to as the macro's @dfn{body}, @dfn{expansion} or @dfn{replacement