Skip to content

Commit

Permalink
Filter view: 説明を微調整
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsurom committed Sep 1, 2024
1 parent 4480388 commit 9c00720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions reference/ranges/filter_view/iterator/op_decrement.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ auto tmp = *this;
--*this;
return tmp;
```

と等しい。

##
Expand Down
1 change: 1 addition & 0 deletions reference/ranges/filter_view/iterator/op_increment.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ auto tmp = *this;
++*this;
return tmp;
```

と等しい。

##
Expand Down

0 comments on commit 9c00720

Please sign in to comment.