diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4a795e10..808c3c25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,11 +17,11 @@ func main() { Expected result: ```console $ go run ./sample.go -// ouput +// output ``` Got: ```console $ yaegi ./sample.go -// ouput +// output ```