Skip to content

Commit 9fcd4bd

Browse files
authored
README.md fix ast link
1 parent 105f5b2 commit 9fcd4bd

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)