Skip to content

Commit

Permalink
don't call something easy (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesha authored Jan 3, 2024
1 parent b1dcb95 commit ddaefd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/02-func-R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ We've successfully called the function that we defined, and we have access to th

### Composing Functions

Now that we've seen how to turn Fahrenheit into Celsius, it's easy to turn Celsius into Kelvin:
Now that we've seen how to turn Fahrenheit into Celsius, we can also turn Celsius into Kelvin:

```{r}
celsius_to_kelvin <- function(temp_C) {
Expand Down

0 comments on commit ddaefd7

Please sign in to comment.