Skip to content

Commit f496452

Browse files
authored
change int to bool for backwards compatiblity with tbp1
1 parent 117b983 commit f496452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-mvp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Attribute | Description
6868
`hold` | Either a pieces if hold is filled or `null` if hold is empty.
6969
`queue` | A list of pieces. Example: `["S", "Z", "O"]`
7070
`combo` | The number of consecutive line clears that have been made.
71-
`back_to_back` | An integer indicating back to back status.
71+
`back_to_back` | A boolean indicating back to back status.
7272
`board` | A list of 40 lists of 10 board cells.
7373

7474
A board cell can be either `null` to indicate that it is empty, or a string

0 commit comments

Comments
 (0)