From 4bdd27348a09d690c7d3e359b60318a10bdf889c Mon Sep 17 00:00:00 2001 From: Aleksandr Hovhannisyan Date: Mon, 24 Jun 2019 10:52:43 -0400 Subject: [PATCH] Fix broken Return Values link in TOC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40156ea..bb252b0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ I'd like to take a few sentences to clarify my stance on `gofmt` because there a * [Variable Declaration](#Variable-Declaration) * [Clean Go](#Clean-Go) - * [Return Values](#Return-lValues) + * [Return Values](#Return-Values) * [Returning Defined Errors](#Returning-Defined-Errors) * [Returning Dynamic Errors](#Returning-Dynamic-Errors) * [Pointers in Go](#Pointers-in-Go)