From e511b6c13293157e5d266e63677ebbfc7d767d4e Mon Sep 17 00:00:00 2001 From: Joseph Holtkamp <76000251+holtkampjs@users.noreply.github.com> Date: Sat, 30 Nov 2024 07:47:57 -0600 Subject: [PATCH] (docs) Minor grammar update (#412) "If scheme provide ..." -> "If scheme provides ..." --- docs/docs/scheme-intro/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: