Skip to content

Commit f1cf488

Browse files
giraffateJoshua Nelson
authored and
Joshua Nelson
committed
Fix typo
1 parent eb0522c commit f1cf488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/name-resolution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resolve a name once, since no new names can be added. If we fail to resolve a
1313
name now, then it is a compiler error.
1414

1515
Name resolution can be complex. There are a few different namespaces (e.g.
16-
macros, values, types, lifetimes), and names my be valid at different (nested)
16+
macros, values, types, lifetimes), and names may be valid at different (nested)
1717
scopes. Also, different types of names can fail to be resolved differently, and
1818
failures can happen differently at different scopes. For example, for a module
1919
scope, failure means no unexpanded macros and no unresolved glob imports in

0 commit comments

Comments
 (0)