mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: fix a typo (#15373)
This commit is contained in:
parent
b01f71d9da
commit
d74cf084fb
@ -96,7 +96,7 @@ If the module which is imported isn't parsed already,
|
||||
you have to collect it relatively from the main file.
|
||||
For this the `ast.File` contains a list of imports.
|
||||
Those imports needs to be found on disk.
|
||||
`.` is just replaced with seperators in the relative location of the main file.
|
||||
`.` is just replaced with separators in the relative location of the main file.
|
||||
Then all files from that directory are collected and parsed again like the previous steps explained.
|
||||
|
||||
## Checking AST
|
||||
|
Loading…
Reference in New Issue
Block a user