diff --git a/vlib/v/README.md b/vlib/v/README.md index 9c06c05e8c..151e3b1c8f 100644 --- a/vlib/v/README.md +++ b/vlib/v/README.md @@ -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