Skip to content

Commit 63dd5d1

Browse files
committed
fixup: harmonize 'be the pack'
1 parent 74d75be commit 63dd5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8623,7 +8623,7 @@
86238623

86248624
\pnum
86258625
\remarks
8626-
Let \tcode{Is} be the pack $0, 1, \ldots, \tcode{(sizeof...(Views)-1)}$.
8626+
Let \tcode{Is} be the pack \tcode{0, 1, \ldots, \tcode{(sizeof...(Views)-1)}}.
86278627
The exception specification is equivalent to
86288628
\tcode{noexcept(invoke(*\exposid{parent_}->\exposid{fun_}, *std::get<Is>(\exposid{inner_}.\exposid{current_})...))}.
86298629
\end{itemdescr}
@@ -9785,7 +9785,7 @@
97859785

97869786
\pnum
97879787
\remarks
9788-
Let \tcode{Is} be the pack \tcode{0, 1, ..., (N-1)}.
9788+
Let \tcode{Is} be the pack \tcode{0, 1, \ldots, (N-1)}.
97899789
The exception specification is equivalent to
97909790
\begin{codeblock}
97919791
noexcept(invoke(*@\exposid{parent_}@->@\exposid{fun_}@, *std::get<Is>(@\exposid{inner_}@.@\exposid{current_}@)...))

0 commit comments

Comments
 (0)