File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,12 @@ Erroneous code example:
104104 reason="Example invalid meta item. Should be 'note'") // error: unknown meta item
105105]
106106fn deprecated_function() {}
107+ ```
107108
108109Meta items are the key/value pairs inside of an attribute. The keys provided must be one of the
109110valid keys for the specified attribute.
110111
111- To fix the problem, either remove the unknown meta item, or rename it it you provided the wrong
112+ To fix the problem, either remove the unknown meta item, or rename it if you provided the wrong
112113name.
113114
114115In the erroneous code example above, the wrong name was provided, so changing it to the right name
@@ -120,6 +121,7 @@ fixes the error.
120121 note="This is a valid meta item for the deprecated attribute."
121122)]
122123fn deprecated_function() {}
124+ ```
123125"## ,
124126
125127E0552 : r##"
You can’t perform that action at this time.
0 commit comments