Skip to content

Commit

Permalink
Minor grammar update
Browse files Browse the repository at this point in the history
"If scheme provide ..." -> "If scheme provides ..."
  • Loading branch information
holtkampjs committed Nov 30, 2024
1 parent d49e4ce commit 55fcf7c
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 55fcf7c

Please sign in to comment.