Fix broken Return Values link in TOC

This commit is contained in:
Aleksandr Hovhannisyan 2019-06-24 10:52:43 -04:00
parent 3be7c3d1a3
commit 4bdd27348a

View file

@ -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)