Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Oct 6, 2024
1 parent ec45f66 commit 881e23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/Making-choices-size-estimates-by-name-R.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Size Estimates by Name
language: R
---

Youre going to write a function to estimate a dinosaur's mass based on its length.
You're going to write a function to estimate a dinosaur's mass based on its length.
The general form of the equation for doing this is:

> mass <- a * length ^ b
Expand Down

0 comments on commit 881e23e

Please sign in to comment.