From cdf63e263d9952c9cb2266793935286c25ed3220 Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Sun, 13 Jan 2019 11:09:54 -0800 Subject: [PATCH] lint: spelling mistake --- examples/returns/returns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/returns/returns.go b/examples/returns/returns.go index 99c147a..ecda697 100644 --- a/examples/returns/returns.go +++ b/examples/returns/returns.go @@ -1,6 +1,6 @@ package returns -// Struct is used to deomonstrate writing struct return values. +// Struct is used to demonstrate writing struct return values. type Struct struct { Word uint16 Point [2]float64