Skip to content

Commit 6666620

Browse files
authored
Merge pull request servo#240 from mb21/patch-1
README.md fix ast link
2 parents 105f5b2 + 9fcd4bd commit 6666620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Parsing CSS involves a series of steps:
3939
* Component values can then be parsed into generic rules or declarations.
4040
The header and body of rules as well as the value of declarations
4141
are still just lists of component values at this point.
42-
See [the `ast` module](src/ast.rs) for the data structures.
42+
See [the `Token` enum](src/tokenizer.rs) for the data structure.
4343

4444
* The last step of a full CSS parser is
4545
parsing the remaining component values

0 commit comments

Comments
 (0)