mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-02-04 21:33:56 +00:00
Merge pull request #41 from kariya-mitsuru/array.operator=-doc
[array.operator=] Fix indent.
This commit is contained in:
commit
5555101ad5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Effects
|
||||||
|
|
||||||
| ``std::copy(rhs.begin(), rhs.end(), begin())``.
|
| ``std::copy(rhs.begin(), rhs.end(), begin())``.
|
||||||
| or
|
| or
|
||||||
| ``std::move(rhs.begin(), rhs.end(), begin())``.
|
| ``std::move(rhs.begin(), rhs.end(), begin())``.
|
||||||
|
|
||||||
Returns
|
Returns
|
||||||
========================================
|
========================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue