Skip to content

Commit

Permalink
docs(macro_map): fix small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
michele committed Oct 4, 2023
1 parent bbb8090 commit 8b545ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subjects/macro_map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

### Instructions

Create a macro rule called `hash_map` to initialize and declare an `HashMap` at the same time, very similar to what `vec!` macro does for `Vector`.
Create a macro rule called `hash_map` to initialize and declare a `HashMap` at the same time, very similar to what `vec!` macro does for `Vector`.

> Your macro should accept both leading commas and non leading commas syntax to be more flexible in terms of coding style and reflect the language general style.
> Your macro should accept both leading and non leading commas syntax to be more flexible in terms of coding style and reflect the language general style.
### Expected Macro

Expand Down

0 comments on commit 8b545ac

Please sign in to comment.