Skip to content

Commit 34b7d51

Browse files
committed
fix typo
1 parent 20f4a0d commit 34b7d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/core/src/macros/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ pub(crate) mod builtin {
17441744
}
17451745

17461746
/// Provide a list of type aliases and other opaque-type-containing type definitions.
1747-
/// This list will be used in the body of the item it is applied to to define opaque
1747+
/// This list will be used in the body of the item it is applied to define opaque
17481748
/// types' hidden types.
17491749
/// Can only be applied to things that have bodies.
17501750
#[unstable(

0 commit comments

Comments
 (0)