Skip to content

Commit f28ef81

Browse files
authored
Fix typo in "Remove dead code" section (#65)
1 parent 9e492d2 commit f28ef81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ for (let i = 0; i < list.length; i++) {
10461046
### Remove dead code
10471047

10481048
Dead code is just as bad as duplicate code. There's no reason to keep it in your codebase.
1049-
If it's not being called, get rid of it! It will still be safe in your version history if you still need it.
1049+
If it's not being called, get rid of it! It will still be saved in your version history if you still need it.
10501050

10511051
**Bad:**
10521052

0 commit comments

Comments
 (0)