types/list/linked-list-type.go: fixed type name
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
|||||||
"git.portale-stac.it/go-pkg/expr/kern"
|
"git.portale-stac.it/go-pkg/expr/kern"
|
||||||
)
|
)
|
||||||
|
|
||||||
const LinkedListTypeName = "lisked-list"
|
const LinkedListTypeName = "linked-list"
|
||||||
|
|
||||||
func IsLinkedList(v any) (ok bool) {
|
func IsLinkedList(v any) (ok bool) {
|
||||||
_, ok = v.(*LinkedList)
|
_, ok = v.(*LinkedList)
|
||||||
|
|||||||
Reference in New Issue
Block a user