has -> implements in comments

This commit is contained in:
Bryce Miller 2023-05-26 22:59:11 -04:00
parent c68807bc5a
commit d3f6277ea3
No known key found for this signature in database
GPG key ID: F1E97BF8DF152350
6 changed files with 11 additions and 11 deletions

View file

@ -674,7 +674,7 @@ pub enum FoundSymbol {
Symbol(Symbol),
}
/// Given an ability Foo has foo : ..., returns (T, foo1) if the symbol at the given region is a
/// Given an ability Foo implements foo : ..., returns (T, foo1) if the symbol at the given region is a
/// symbol foo1 that specializes foo for T. Otherwise if the symbol is foo but the specialization
/// is unknown, (Foo, foo) is returned. Otherwise [None] is returned.
pub fn find_symbol_at(