From c70ade3a5f30d731800e26fff83ae9b8f4e8ed90 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Sun, 3 May 2020 00:48:26 -0400 Subject: [PATCH] [over.ics.ref] Remove erroneous capitalization of Conversion --- source/overloading.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/overloading.tex b/source/overloading.tex index dc6fbb5eaa..99e924d21b 100644 --- a/source/overloading.tex +++ b/source/overloading.tex @@ -2515,7 +2515,7 @@ argument expression, the implicit conversion sequence is the identity conversion, unless the argument expression has a type that is a derived class of the parameter type, in which case the implicit conversion sequence is a derived-to-base -Conversion\iref{over.best.ics}. +conversion\iref{over.best.ics}. \begin{example} \begin{codeblock} struct A {};