Skip to content

Commit

Permalink
chore(stdlib): Correct small spelling mistake in Array docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spotandjake committed Jan 20, 2025
1 parent 130c494 commit f865d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stdlib/array.gr
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ provide module Immutable {
*
* @param fn: The function to call on each element, where the returned value indicates if the element satisfies the condition
* @param array: The array to check
* @returns `true` if all elements satify the condition or `false` otherwise
* @returns `true` if all elements satisfy the condition or `false` otherwise
*
* @example
* use Array.{ module Immutable }
Expand Down
2 changes: 1 addition & 1 deletion stdlib/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ Returns:

|type|description|
|----|-----------|
|`Bool`|`true` if all elements satify the condition or `false` otherwise|
|`Bool`|`true` if all elements satisfy the condition or `false` otherwise|

Examples:

Expand Down

0 comments on commit f865d34

Please sign in to comment.