Skip to content
Snippets Groups Projects
Commit cb892116 authored by Nick Mathewson's avatar Nick Mathewson :game_die: Committed by Ian Jackson
Browse files

Fix typo

parent 4ad4cae4
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@
/// `[$generics]` are generics for `$ListBuilder`.
/// Inline bounds (`T: Debug`) are not supported; use a `where` clause instead.
/// Due to limitations of `macro_rules`, the parameters must be within `[ ]` rather than `< >`,
/// and an extraneouspair of `[ ]` must appear around any `$where_clauses`.
/// and an extraneous pair of `[ ]` must appear around any `$where_clauses`.
#[macro_export]
macro_rules! define_list_builder_helper {
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment