lint: spelling mistake

This commit is contained in:
Michael McLoughlin
2019-01-13 11:09:54 -08:00
parent dba3cf38db
commit cdf63e263d

View File

@@ -1,6 +1,6 @@
package returns package returns
// Struct is used to deomonstrate writing struct return values. // Struct is used to demonstrate writing struct return values.
type Struct struct { type Struct struct {
Word uint16 Word uint16
Point [2]float64 Point [2]float64