about summary refs log tree commit diff
path: root/src/libsyntax_ext/format_foreign.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsyntax_ext/format_foreign.rs')
-rw-r--r--src/libsyntax_ext/format_foreign.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_ext/format_foreign.rs b/src/libsyntax_ext/format_foreign.rs
index 381325b2963..261b2f373ce 100644
--- a/src/libsyntax_ext/format_foreign.rs
+++ b/src/libsyntax_ext/format_foreign.rs
@@ -718,7 +718,7 @@ pub mod printf {
             );
         }
 
-        /// Check that the translations are what we expect.
+        /// Checks that the translations are what we expect.
         #[test]
         fn test_translation() {
             assert_eq_pnsat!("%c", Some("{}"));