Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Dec 17, 2024
1 parent 603cbce commit 0faf91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/notes.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ type Note struct {
Text string `json:"text" jsonschema:"title=Text"`
// Additional information about the note
Meta cbc.Meta `json:"meta,omitempty" jsonschema:"title=Meta"`
// Extension data with
// Extension data
Ext tax.Extensions `json:"ext,omitempty" jsonschema:"title=Extensions"`
}

Expand Down

0 comments on commit 0faf91f

Please sign in to comment.