Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request moment#35 from lord-spam/patch-1
Browse files Browse the repository at this point in the history
Fix link to moment#clone in manipulating.md
  • Loading branch information
timrwood committed Apr 30, 2013
2 parents 202943b + 6cc1ebe commit aa750d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/manipulating.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ moment().add('days', 7).subtract('months', 1).year(2009).hours(0).minutes(0).sec

**Note:** It should be noted that moments are mutable. Calling any of the manipulation methods will change the original moment.

If you want to create a copy and manipulate it, you should use `moment#clone` before manipulating the moment.[More info on cloning.](#/parsing/cloning/)
If you want to create a copy and manipulate it, you should use `moment#clone` before manipulating the moment. [More info on cloning.](#/parsing/moment-clone/)

0 comments on commit aa750d5

Please sign in to comment.