Skip to content

Commit

Permalink
chore(stdlib): Correct small spelling mistake in Array docs (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
spotandjake authored Jan 23, 2025
1 parent 130c494 commit 1c70fb9
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 1c70fb9

Please sign in to comment.