diff --git a/docs/docs/scheme-intro/core.md b/docs/docs/scheme-intro/core.md index 7f94d3c7..280c026b 100644 --- a/docs/docs/scheme-intro/core.md +++ b/docs/docs/scheme-intro/core.md @@ -443,7 +443,7 @@ and when you evaluate: ;; ==> 1/2 ``` -If scheme provide rational numbers, or it will return `0.5` otherwise. +If scheme provides rational numbers, or it will return `0.5` otherwise. ### Recursion You can define a function that reference to itself: