From 2b31314615506f362bcf345c88462a92f00a8a50 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Tue, 10 Dec 2019 20:45:25 -0500 Subject: [PATCH] [ptr.launder] Use consistent style for ptr-operators in text --- source/support.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/support.tex b/source/support.tex index f6771f9ba3..9f1d7e909b 100644 --- a/source/support.tex +++ b/source/support.tex @@ -2850,7 +2850,7 @@ \pnum \returns -A value of type \tcode{T *} that points to \tcode{X}. +A value of type \tcode{T*} that points to \tcode{X}. \pnum \remarks