From 4d980779e3a2682c48e1e2d358d8c56573fc2b5a Mon Sep 17 00:00:00 2001 From: Eelis van der Weegen Date: Sat, 29 Apr 2017 20:43:48 +0200 Subject: [PATCH] [lex.phases] Capitalize example. --- source/lex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lex.tex b/source/lex.tex index faeeb96f47..605bfc01c4 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -109,7 +109,7 @@ unspecified. The process of dividing a source file's characters into preprocessing tokens is context-dependent. \begin{example} -see the handling of \tcode{<} within a \tcode{\#include} preprocessing +See the handling of \tcode{<} within a \tcode{\#include} preprocessing directive. \end{example}