Typo in comment
This commit is contained in:
parent
5d9fc9c561
commit
18dc81ecf7
2
feed.go
2
feed.go
|
@ -98,7 +98,7 @@ type Feed struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// New is a helper function to stay semi-compatible with
|
// New is a helper function to stay semi-compatible with
|
||||||
// the old code. Includes the database handlera to ensure
|
// the old code. Includes the database handler to ensure
|
||||||
// that this approach is functionally identical to the
|
// that this approach is functionally identical to the
|
||||||
// old databse/handlers version
|
// old databse/handlers version
|
||||||
func New(cachetimeout int, enforcecachelimit bool, ch ChannelHandlerFunc, ih ItemHandlerFunc) *Feed {
|
func New(cachetimeout int, enforcecachelimit bool, ch ChannelHandlerFunc, ih ItemHandlerFunc) *Feed {
|
||||||
|
|
Loading…
Reference in New Issue