Skip to content

Commit 77178df

Browse files
authored
attributes.md Outer -> Inner
1 parent 1c775a1 commit 77178df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mod bar {
7777
#[allow(non_camel_case_types)]
7878
type int8_t = i8;
7979

80-
// Outer attribute applies to the entire function.
80+
// Inner attribute applies to the entire function.
8181
fn some_unused_variables() {
8282
#![allow(unused_variables)]
8383

0 commit comments

Comments
 (0)