diff options
author | Christian Oliff <[email protected]> | 2018-11-29 17:57:51 +0900 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-11-29 09:57:51 +0100 |
commit | 8346848109ab57cb04de87c6d86859c6b3de8ffa (patch) | |
tree | 0b21a6ce4c09ac45d1304348800e9ca9f835109a /common | |
parent | 54ecade02fc2c86914b7ba2d3998eb3aff9a2f77 (diff) | |
download | hugo-8346848109ab57cb04de87c6d86859c6b3de8ffa.tar.gz hugo-8346848109ab57cb04de87c6d86859c6b3de8ffa.zip |
common/collections: Fix defines typo
Diffstat (limited to 'common')
-rw-r--r-- | common/collections/slice.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collections/slice.go b/common/collections/slice.go index 380d3d329..38ca86b08 100644 --- a/common/collections/slice.go +++ b/common/collections/slice.go @@ -17,7 +17,7 @@ import ( "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 { |