Correct typo about pseudo_element macros

MozReview-Commit-ID: 3PDBeOdsX4D
This commit is contained in:
J. Ryan Stinnett 2017-04-21 11:46:01 -05:00
parent f598adc3ad
commit 78a2e3be51
2 changed files with 2 additions and 2 deletions

View file

@ -223,7 +223,7 @@ PSEUDO_ELEMENT_HEADER = """
*
* ```
* 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.
* }}

View file

@ -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.
* }}