Skip to content

Commit 0917763

Browse files
committed
Fix spelling.
1 parent 912b29b commit 0917763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

td/generate/scheme/td_api.tl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4017,7 +4017,7 @@ pageBlockCaption text:RichText credit:RichText = PageBlockCaption;
40174017
//@has_checkbox True, if the item has a checkbox
40184018
//@is_checked True, if the item is checked
40194019
//@value Value of the item; 0 for unordered lists
4020-
//@type Type of the item numbering type; must be one of "a" for a lowercase letters, "A" for an uppercase letters, "i" for lowercase Roman numerals, "I" for uppercase Roman numerals,
4020+
//@type Type of the item numbering type; must be one of "a" for lowercase letters, "A" for uppercase letters, "i" for lowercase Roman numerals, "I" for uppercase Roman numerals,
40214021
//-"1" for decimal numbers, or empty for unordered lists
40224022
pageBlockListItem label:string blocks:vector<PageBlock> has_checkbox:Bool is_checked:Bool value:int32 type:string = PageBlockListItem;
40234023

0 commit comments

Comments
 (0)