Fix misprint.

GitOrigin-RevId: a10bfd39a5a4aa2400661865610b1e2d816d985a
This commit is contained in:
levlam 2019-12-13 04:01:33 +03:00
parent 2714fbf1f8
commit b055e85e8e
1 changed files with 2 additions and 2 deletions

View File

@ -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