From 49a72ac4f2a97eda3794ee11d3f23d3917237385 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Thu, 23 Aug 2018 19:20:04 -0400 Subject: [PATCH] Corrected sentence by removing extra "the". --- doc/ref/expand.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/expand.html b/doc/ref/expand.html index 4a1d78b..aa4ba77 100644 --- a/doc/ref/expand.html +++ b/doc/ref/expand.html @@ -22,7 +22,7 @@
This macro is useful when a delay is necessary to produce the correct semantics of a macro invocation.  For example, when a macro expands to an argument list to another macro.  - This macro will expand the the argument list on the first pass, and then rescan to expand any more macros. + This macro will expand the argument list on the first pass, and then rescan to expand any more macros.

Requirements