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`?