diff --git a/types/list/linked-list-type.go b/types/list/linked-list-type.go index 345bfc8..cdd85ca 100644 --- a/types/list/linked-list-type.go +++ b/types/list/linked-list-type.go @@ -10,7 +10,7 @@ import ( "git.portale-stac.it/go-pkg/expr/kern" ) -const LinkedListTypeName = "lisked-list" +const LinkedListTypeName = "linked-list" func IsLinkedList(v any) (ok bool) { _, ok = v.(*LinkedList)