Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Closes hadley#128
hadley committed Jul 22, 2016

Verified

This commit was signed with the committer’s verified signature. The key has expired.
mike-burns Mike Burns
1 parent b3e09d0 commit 6ac66ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.Rmd
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@ rescale01 <- function(x) {
rescale01(x)
```

This is an important part of the "do not repeat yourself" (or DRY) principle. The more repetition you have in your code, the more places you need to remember to update when things change (and they always could!), and the more likely you are to create bugs over time.
This is an important part of the "do not repeat yourself" (or DRY) principle. The more repetition you have in your code, the more places you need to remember to update when things change (and they always do!), and the more likely you are to create bugs over time.

### Practice

0 comments on commit 6ac66ef

Please sign in to comment.