Skip to content

Commit

Permalink
[range.iota.view] Add missing @
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis authored and zygoloid committed Aug 7, 2019
1 parent 10fcb63 commit 3f780c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,7 @@
: @\placeholdernc{make-unsigned-like}@(bound_) + @\placeholdernc{make-unsigned-like}@(-value_))
: @\placeholdernc{make-unsigned-like}@(bound_) - @\placeholdernc{make-unsigned-like}@(value_);
else
return @\placeholdernc{make-unsigned-like}(bound_ - value_);
return @\placeholdernc{make-unsigned-like}@(bound_ - value_);
\end{codeblock}

\pnum
Expand Down

0 comments on commit 3f780c9

Please sign in to comment.