Skip to content

Commit

Permalink
Correct typo about pseudo_element macros
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 3PDBeOdsX4D
  • Loading branch information
jryans committed Apr 27, 2017
1 parent f598adc commit 78a2e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/style/binding_tools/regen_atoms.py
Expand Up @@ -223,7 +223,7 @@ def get_symbols(func):
*
* ```
* fn have_to_use_pseudo_elements() {
* macro_rules pseudo_element! {
* macro_rules! pseudo_element {
* ($pseudo_str_with_colon:expr, $pseudo_atom:expr, $is_anon_box:true) => {{
* // Stuff stuff stuff.
* }}
Expand Down
Expand Up @@ -17,7 +17,7 @@
*
* ```
* fn have_to_use_pseudo_elements() {
* macro_rules pseudo_element! {
* macro_rules! pseudo_element {
* ($pseudo_str_with_colon:expr, $pseudo_atom:expr, $is_anon_box:true) => {{
* // Stuff stuff stuff.
* }}
Expand Down

0 comments on commit 78a2e3b

Please sign in to comment.