Skip to content

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romantech authored Aug 28, 2023
1 parent 1872f6d commit bbaaa23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ type TConstituent = {
label: string; // Grammatical label, e.g., "subject"
abbreviation: string; // Abbreviation, e.g., "s"
type: ConstituentType; // Type of constituent
comment?: string; // Optional commentary
};

type TSegment = {
Expand Down

0 comments on commit bbaaa23

Please sign in to comment.