We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42bdf1 commit b0a01f2Copy full SHA for b0a01f2
src/libsyntax/attr.rs
@@ -182,7 +182,7 @@ fn find_attrs_by_name(attrs: ~[ast::attribute], name: ~str) ->
182
return vec::filter_map(attrs, filter);
183
}
184
185
-/// Searcha list of meta items and return only those with a specific name
+/// Search a list of meta items and return only those with a specific name
186
fn find_meta_items_by_name(metas: ~[@ast::meta_item], name: ~str) ->
187
~[@ast::meta_item] {
188
let filter = fn@(m: &@ast::meta_item) -> Option<@ast::meta_item> {
0 commit comments