From cce006b1298f17dcba60731fe8dad3158013e62a Mon Sep 17 00:00:00 2001 From: JalonSolov Date: Thu, 4 Mar 2021 15:00:07 -0500 Subject: [PATCH] docs: fix errors in docs.md (#9119) --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index df64ce8023..ff23859ff7 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -194,7 +194,7 @@ println('hello world') Suppose you have a folder with several .v files in it, where one of them contains your `main()` function, and the other files have other helper -functions. The may be organized by topic, but still *not yet* structured +functions. They may be organized by topic, but still *not yet* structured enough to be their own separate reusable modules, and you want to compile them all into one program.