From 94afdcac7fc26699c0b8e5cbc009621e6496d8f9 Mon Sep 17 00:00:00 2001 From: Victor Izbitskiy <62376906+victorizbitskiy@users.noreply.github.com> Date: Thu, 5 May 2022 20:43:18 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09b560a..d267330 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ I'd like to take a few sentences to clarify my stance on `gofmt` because there a * [Returning Defined Errors](#Returning-Defined-Errors) * [Returning Dynamic Errors](#Returning-Dynamic-Errors) * [Pointers in Go](#Pointers-in-Go) - * [Pointer Mutability](Pointer-Mutability) + * [Pointer Mutability](#Pointer-Mutability) * [Closures Are Function Pointers](#Closures-are-Function-Pointers) * [Interfaces in Go](#Interfaces-in-Go) * [The Empty `interface{}`](#The-Empty-Interface)