Skip to content

Commit

Permalink
(docs) Minor grammar update (#412)
Browse files Browse the repository at this point in the history
"If scheme provide ..." -> "If scheme provides ..."
  • Loading branch information
holtkampjs authored Nov 30, 2024
1 parent d49e4ce commit e511b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/scheme-intro/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e511b6c

Please sign in to comment.