From 315403a05aa9c81a02f16f1e5a81aa382f4be6f9 Mon Sep 17 00:00:00 2001 From: Sunil Joshi <4852488+c0dehu1k@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:56:23 +0530 Subject: [PATCH] Re-arranging some words --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index c7c2910..33df86f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1028,7 +1028,7 @@ When using named result parameters, we must recall that each parameter is initia ???+ info "TL;DR" - When returning an interface, be cautious about returning not a nil pointer but an explicit nil value. Otherwise, unintended consequences may result because the caller will receive a non-nil value. + When returning an interface, be cautious about not returning a nil pointer but an explicit nil value. Otherwise, unintended consequences may occur and the caller will receive a non-nil value.