Skip to content

Commit 3f780c9

Browse files
Eeliszygoloid
authored andcommitted
[range.iota.view] Add missing @
1 parent 10fcb63 commit 3f780c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@
19971997
: @\placeholdernc{make-unsigned-like}@(bound_) + @\placeholdernc{make-unsigned-like}@(-value_))
19981998
: @\placeholdernc{make-unsigned-like}@(bound_) - @\placeholdernc{make-unsigned-like}@(value_);
19991999
else
2000-
return @\placeholdernc{make-unsigned-like}(bound_ - value_);
2000+
return @\placeholdernc{make-unsigned-like}@(bound_ - value_);
20012001
\end{codeblock}
20022002

20032003
\pnum

0 commit comments

Comments
 (0)