Skip to content

Commit

Permalink
chore: Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
spotandjake committed Jan 14, 2025
1 parent 7657e91 commit 4b36f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stdlib/list.gr
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ provide module Associative {
}

/**
* Retrieves all values in the list of key-value pairs that matches the given key.
* Retrieves all values in the list of key-value pairs that match the given key.
*
* @param key: The key to search for
* @param list: The list of key-value pairs
Expand Down
2 changes: 1 addition & 1 deletion stdlib/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -1543,7 +1543,7 @@ No other changes yet.
getAll : (key: a, list: List<(a, b)>) => List<b>
```

Retrieves all values in the list of key-value pairs that matches the given key.
Retrieves all values in the list of key-value pairs that match the given key.

Parameters:

Expand Down

0 comments on commit 4b36f94

Please sign in to comment.