diff --git a/How-to-ask-for-help.md b/How-to-ask-for-help.md index 84d064ee..862a4a15 100644 --- a/How-to-ask-for-help.md +++ b/How-to-ask-for-help.md @@ -6,7 +6,7 @@ Before asking for help, please check that you've addressed the following common ### Always check all errors -Always check all errors. It is common to see problems reported due to nil panics due to code like this +Always check all errors. It is common to see problems reported related to nil panics due to code like this ``` result, err := somefunction() if err != nil {