shithub: hugo

Download patch

ref: 8346848109ab57cb04de87c6d86859c6b3de8ffa
parent: 54ecade02fc2c86914b7ba2d3998eb3aff9a2f77
author: Christian Oliff <[email protected]>
date: Thu Nov 29 12:57:51 EST 2018

common/collections: Fix defines typo


--- a/common/collections/slice.go
+++ b/common/collections/slice.go
@@ -17,7 +17,7 @@
 	"reflect"
 )
 
-// Slicer definse a very generic way to create a typed slice. This is used
+// Slicer defines a very generic way to create a typed slice. This is used
 // in collections.Slice template func to get types such as Pages, PageGroups etc.
 // instead of the less useful []interface{}.
 type Slicer interface {