File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ Erroneous code example:
107107fn deprecated_function() {}
108108```
109109
110- Meta items are the key/ value pairs inside of an attribute. The keys provided
110+ Meta items are the key- value pairs inside of an attribute. The keys provided
111111must be one of the valid keys for the specified attribute.
112112
113113To fix the problem, either remove the unknown meta item, or rename it if you
114114provided the wrong name.
115115
116- In the erroneous code example above, the wrong name was provided, so changing it
117- to the right name fixes the error.
116+ In the erroneous code example above, the wrong name was provided, so changing
117+ to a correct one it will fix the error. Example:
118118
119119```
120120#[deprecated(
You can’t perform that action at this time.
0 commit comments