From 881e23ef22c7830b970880c485d6510b44835a08 Mon Sep 17 00:00:00 2001 From: Ethan White Date: Sun, 6 Oct 2024 13:49:06 -0400 Subject: [PATCH] Typo fix --- exercises/Making-choices-size-estimates-by-name-R.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/Making-choices-size-estimates-by-name-R.md b/exercises/Making-choices-size-estimates-by-name-R.md index e3370a1d..6fb39457 100644 --- a/exercises/Making-choices-size-estimates-by-name-R.md +++ b/exercises/Making-choices-size-estimates-by-name-R.md @@ -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