We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c91bd2 commit cf3fcabCopy full SHA for cf3fcab
src/libsyntax/diagnostic_list.rs
@@ -107,14 +107,14 @@ Erroneous code example:
107
fn deprecated_function() {}
108
```
109
110
-Meta items are the key/value pairs inside of an attribute. The keys provided
+Meta items are the key-value pairs inside of an attribute. The keys provided
111
must be one of the valid keys for the specified attribute.
112
113
To fix the problem, either remove the unknown meta item, or rename it if you
114
provided the wrong name.
115
116
-In the erroneous code example above, the wrong name was provided, so changing it
117
-to the right name fixes the error.
+In the erroneous code example above, the wrong name was provided, so changing
+to a correct one it will fix the error. Example:
118
119
120
#[deprecated(
0 commit comments