From 79156b96be89a77a0079c357e7f0f9d72413ab33 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:13:38 +0100 Subject: [PATCH] [intseq.make] Insert spaces around - for consistency (#7608) --- source/meta.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/meta.tex b/source/meta.tex index d6bf2847cb..12efd03183 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -61,7 +61,7 @@ \tcode{make_integer_sequence} denotes a specialization of \tcode{integer_sequence} with \tcode{N} non-type template arguments. The type \tcode{make_integer_sequence} is an alias for the type -\tcode{integer_sequence}. +\tcode{integer_sequence}. \begin{note} \tcode{make_integer_sequence} is an alias for the type \tcode{integer_sequence}.