Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/moment/01-parsing/12-moment-clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ signature: |
---


All moments are mutable. If you want a clone of a moment, you can do so implicitly or explicitly.
All moments are mutable. However cloning a moment can help in situations where you need to use it as a immutable object .If you want a clone of a moment, you can do so implicitly or explicitly.

Calling `moment()` on a moment will clone it.

Expand Down