Skip to content

Commit 61c58c2

Browse files
committed
Fix a typo in a comment
1 parent cfb6816 commit 61c58c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/compile-fail/const-fn-destructuring-arg.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// test that certain things are disallowed in constant functionssignatures
11+
// test that certain things are disallowed in constant functions
1212

1313
#![feature(const_fn)]
1414

src/test/run-pass/ctfe/const-fn-destructuring-arg.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// test that certain things are disallowed in constant functionssignatures
11+
// test that certain things are disallowed in constant functions
1212

1313
#![feature(const_fn, const_let)]
1414

0 commit comments

Comments
 (0)