Skip to content

Commit a9216ac

Browse files
committed
対応しない波カッコを修正
1 parent 0f3c342 commit a9216ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/algorithm/ranges_replace_copy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ namespace std::ranges {
102102
103103
104104
## 戻り値
105-
`{ .in = last, .out = result + (last - first)`
105+
`{ .in = last, .out = result + (last - first) }`
106106
107107
108108
## 計算量

0 commit comments

Comments
 (0)