From a3f4f1a900b51f01a023fcb366683c7c0e5f93af Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Thu, 1 Nov 2018 16:08:54 +0300 Subject: [PATCH] fix: grammar for package questions --- 03-packages-and-scopes/questions/01-packages-A/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-packages-and-scopes/questions/01-packages-A/README.md b/03-packages-and-scopes/questions/01-packages-A/README.md index 79d3410..19b4c3e 100644 --- a/03-packages-and-scopes/questions/01-packages-A/README.md +++ b/03-packages-and-scopes/questions/01-packages-A/README.md @@ -3,7 +3,7 @@ 2. In a single directory *CORRECT* -## What's a `package clause` in a Go source-code file? +## Why a package clause is used in a Go source-code file? 1. It's used for importing a package 2. It's used for letting Go know that the file belong to a package *CORRECT* 3. It's used for declaring a new function