about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustc_typeck/diagnostics.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs
index 10d23c36c80..58d09632741 100644
--- a/src/librustc_typeck/diagnostics.rs
+++ b/src/librustc_typeck/diagnostics.rs
@@ -367,7 +367,7 @@ it has been disabled for now.
 E0197: r##"
 Inherent implementations (one that do not implement a trait but provide
 methods associated with a type) are always safe because they are not
-implementing an unsafe trait. Removing the unsafe keyword from the inherent
+implementing an unsafe trait. Removing the `unsafe` keyword from the inherent
 implementation will resolve this error.
 
 ```