Skip to content

Commit

Permalink
Fix end position.
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq authored Jun 15, 2020
1 parent d1bd8fd commit ba67570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label_studio/examples/text_named_entity/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"to_name": "text",
"type": "labels",
"value": {
"end": 353,
"end": 354,
"labels": [
"Date"
],
Expand Down

0 comments on commit ba67570

Please sign in to comment.