From ff80d6cc0481ce786e6e1ce504d2216e6ecc344b Mon Sep 17 00:00:00 2001 From: Arun <96166911+theskipper1010@users.noreply.github.com> Date: Wed, 9 Nov 2022 14:48:52 +0530 Subject: [PATCH] Update 12-moment-clone.md Added few content to the description --- docs/moment/01-parsing/12-moment-clone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/moment/01-parsing/12-moment-clone.md b/docs/moment/01-parsing/12-moment-clone.md index 5dbbc553a..f32e8bfb4 100644 --- a/docs/moment/01-parsing/12-moment-clone.md +++ b/docs/moment/01-parsing/12-moment-clone.md @@ -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.