Skip to content

Commit

Permalink
Merge pull request #135 from mattn/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
baywet committed Jan 15, 2024
2 parents 5f7f709 + 5c590f5 commit f119d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serialization/parse_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/google/uuid"
)

// ParseNode Interface for a deserialization node in a parse tree. This inteface provides an abstraction layer over serialization formats, libraries and implementations.
// ParseNode Interface for a deserialization node in a parse tree. This interface provides an abstraction layer over serialization formats, libraries and implementations.
type ParseNode interface {
// GetChildNode returns a new parse node for the given identifier.
GetChildNode(index string) (ParseNode, error)
Expand Down

0 comments on commit f119d9a

Please sign in to comment.