Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
naupaka authored Dec 9, 2024
1 parent 590068a commit 25c7adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion episodes/01-r-basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,12 @@ created in R.
## Tip: Use of white space for readability

The white spaces surrounding the assignment operator `<-` in the example
above (`first_value <- 1`) is unnecessary. However, it does make your code
above (`first_value <- 1`) are unnecessary. However, including them does make your code
easier to read. There are several style guides you can follow, and choosing
one is up to you, but consistency is key!

A style guide we recommend is the Tidyverse [style guide](https://style.tidyverse.org/).

As they say:

"Good coding style is like correct punctuation: you can manage without it, butitsuremakesthingseasiertoread."
Expand Down

0 comments on commit 25c7adb

Please sign in to comment.