We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 776f831 + c91958f commit 0e93534Copy full SHA for 0e93534
README.md
@@ -12,7 +12,7 @@ DeepCopy helps you create deep copies (clones) of your objects. It is designed t
12
1. [How](#how)
13
1. [Why](#why)
14
1. [Using simply `clone`](#using-simply-clone)
15
- 1. [Overridding `__clone()`](#overridding-__clone)
+ 1. [Overriding `__clone()`](#overriding-__clone)
16
1. [With `DeepCopy`](#with-deepcopy)
17
1. [How it works](#how-it-works)
18
1. [Going further](#going-further)
@@ -76,9 +76,9 @@ Now you're in for a big mess :(
76

77
78
79
-### Overridding `__clone()`
+### Overriding `__clone()`
80
81
-
+
82
83
84
### With `DeepCopy`
0 commit comments