mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	common/collections: Fix defines typo
This commit is contained in:
		
				
					committed by
					
						
						Bjørn Erik Pedersen
					
				
			
			
				
	
			
			
			
						parent
						
							54ecade02f
						
					
				
				
					commit
					8346848109
				
			@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user