Skip to content

Commit

Permalink
fix typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSavage committed Nov 15, 2019
1 parent 745413f commit 7521769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatype/annotation/annotation.go
Original file line number Diff line number Diff line change
Expand Up @@ -2665,7 +2665,7 @@ func (d *Data) Help() string {

func (d *Data) MarshalJSON() ([]byte, error) {
return json.Marshal(struct {
Tags *datastore.Data
Base *datastore.Data
Extended Properties
}{
d.Data,
Expand Down

0 comments on commit 7521769

Please sign in to comment.