mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Correct typo about pseudo_element macros
MozReview-Commit-ID: 3PDBeOdsX4D
This commit is contained in:
parent
f598adc3ad
commit
78a2e3be51
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
* }}
|
||||
|
|
|
@ -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.
|
||||
* }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue