Skip to content

Commit

Permalink
adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sivukhin committed Feb 12, 2024
1 parent 4ea464d commit 708b292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ AST is loosely typed and described with following simple struct:
```go
type TreeNode[T ~int] struct {
Type T // one of DjotNode options
Attributes *tokenizer.Attributes // string attributes of node
Attributes tokenizer.Attributes // string attributes of node
Children []TreeNode[T] // list of child
Text []byte // not nil only for TextNode
}
Expand Down

0 comments on commit 708b292

Please sign in to comment.