Skip to content

Commit dafc0ba

Browse files
Merge pull request #510 from kvinwang/master
attributes.md Outer -> Inner
2 parents e616dd4 + 77178df commit dafc0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes.md

+1-1
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)