Fix misprint.
GitOrigin-RevId: a10bfd39a5a4aa2400661865610b1e2d816d985a
This commit is contained in:
parent
2714fbf1f8
commit
b055e85e8e
@ -797,7 +797,7 @@ richTextItalic text:RichText = RichText;
|
||||
//@description An underlined rich text @text Text
|
||||
richTextUnderline text:RichText = RichText;
|
||||
|
||||
//@description A strike-through rich text @text Text
|
||||
//@description A strikethrough rich text @text Text
|
||||
richTextStrikethrough text:RichText = RichText;
|
||||
|
||||
//@description A fixed-width rich text @text Text
|
||||
@ -1454,7 +1454,7 @@ textEntityTypeItalic = TextEntityType;
|
||||
//@description An underlined text
|
||||
textEntityTypeUnderline = TextEntityType;
|
||||
|
||||
//@description A strike-through text
|
||||
//@description A strikethrough text
|
||||
textEntityTypeStrikethrough = TextEntityType;
|
||||
|
||||
//@description Text that must be formatted as if inside a code HTML tag
|
||||
|
Loading…
Reference in New Issue
Block a user