Skip to content

Commit 9bb53df

Browse files
hive::unique : インラインコードの範囲を修正
Co-authored-by: Raclamusi <61970673+Raclamusi@users.noreply.github.com>
1 parent dc5a451 commit 9bb53df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/hive/hive/unique.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ size_type unique(BinaryPredicate binary_pred = BinaryPredicate()); // (1) C++26
3232
3333
3434
## 計算量
35-
[`empty()`](empty.md)が`false`である場合、述語をちょうど[`size()`](size.md)` - 1`回適用する。そうでなければ、述語を適用しない。
35+
[`empty()`](empty.md)が`false`である場合、述語をちょうど[`size()`](size.md) `- 1`回適用する。そうでなければ、述語を適用しない。
3636
3737
3838
## 備考

0 commit comments

Comments
 (0)