Skip to content

Commit

Permalink
Update 12-moment-clone.md
Browse files Browse the repository at this point in the history
Added few content to the description
  • Loading branch information
theskipper1010 committed Nov 9, 2022
1 parent b4ddfdd commit ff80d6c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ff80d6c

Please sign in to comment.