Skip to content

Commit 0e93534

Browse files
authored
Merge pull request #169 from fridzema/patch-1
Tiny typo
2 parents 776f831 + c91958f commit 0e93534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DeepCopy helps you create deep copies (clones) of your objects. It is designed t
1212
1. [How](#how)
1313
1. [Why](#why)
1414
1. [Using simply `clone`](#using-simply-clone)
15-
1. [Overridding `__clone()`](#overridding-__clone)
15+
1. [Overriding `__clone()`](#overriding-__clone)
1616
1. [With `DeepCopy`](#with-deepcopy)
1717
1. [How it works](#how-it-works)
1818
1. [Going further](#going-further)
@@ -76,9 +76,9 @@ Now you're in for a big mess :(
7676
![Using clone](doc/clone.png)
7777

7878

79-
### Overridding `__clone()`
79+
### Overriding `__clone()`
8080

81-
![Overridding __clone](doc/deep-clone.png)
81+
![Overriding __clone](doc/deep-clone.png)
8282

8383

8484
### With `DeepCopy`

0 commit comments

Comments
 (0)