From d74cf084fb09af9ae0cf607b9d07b86aeb050303 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 8 Aug 2022 09:01:05 +0900 Subject: [PATCH] readme: fix a typo (#15373) --- vlib/v/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/README.md b/vlib/v/README.md index 9c06c05e8..151e3b1c8 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 -- 2.30.2