mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Fix typo
This commit is contained in:
parent
e514d0cb83
commit
9e4b14d3d9
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ impl IAbilitiesStore<Resolved> {
|
|||
}
|
||||
|
||||
/// Returns an iterator over pairs ((ability member, type), implementation) specifying that
|
||||
/// the give type implements an ability member.
|
||||
/// the given type implements an ability member.
|
||||
pub fn iter_declared_implementations(
|
||||
&self,
|
||||
) -> impl Iterator<Item = (ImplKey, &MemberImpl)> + '_ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue