Skip to content

Commit

Permalink
[range.concat.iterator] Add missing \tcode for difference_type (#6943)
Browse files Browse the repository at this point in the history
  • Loading branch information
hewillk committed Apr 21, 2024
1 parent 0ac38fd commit 7c0a98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ranges.tex
Expand Up @@ -9314,7 +9314,7 @@
\range{$i_\tcode{y}$ + 1}{$i_\tcode{x}$}
if there is any, and
\tcode{0} otherwise,
of type difference_type,
of type \tcode{difference_type},
equivalent to:
\begin{codeblock}
return @$d_\tcode{y}$@ + @$s$@ + @$d_\tcode{x}$@;
Expand Down

0 comments on commit 7c0a98d

Please sign in to comment.