Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a typo in a comment
  • Loading branch information
oli-obk committed May 22, 2018
1 parent cfb6816 commit 61c58c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/compile-fail/const-fn-destructuring-arg.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// test that certain things are disallowed in constant functionssignatures
// test that certain things are disallowed in constant functions

#![feature(const_fn)]

Expand Down
2 changes: 1 addition & 1 deletion src/test/run-pass/ctfe/const-fn-destructuring-arg.rs
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// test that certain things are disallowed in constant functionssignatures
// test that certain things are disallowed in constant functions

#![feature(const_fn, const_let)]

Expand Down

0 comments on commit 61c58c2

Please sign in to comment.