From 454c005f1308a54f249af60297cacd7bf12a7d24 Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Fri, 29 Jan 2021 16:37:51 +0200 Subject: [PATCH] fix: add go doc question mark --- .../questions/03-comments/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-statements-expressions-comments/questions/03-comments/README.md b/04-statements-expressions-comments/questions/03-comments/README.md index b2ca7de..b263f63 100644 --- a/04-statements-expressions-comments/questions/03-comments/README.md +++ b/04-statements-expressions-comments/questions/03-comments/README.md @@ -66,7 +66,7 @@ func main() { 1. go build 2. go run 3. go doctor -4. go doc +4. go doc *CORRECT* ## What's the difference between `godoc` and `go doc`?