We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Ui.Cell
1 parent 88d1c03 commit 79dd9cbCopy full SHA for 79dd9cb
source/Enums/Cell.mint
@@ -4,7 +4,7 @@ enum Ui.Cell {
4
Code(breakSpaces : Bool, code : String)
5
6
/* A list of Html items, separated by some space. */
7
- HtmlItems(items: Array(Html), breakOnMobile: Bool)
+ HtmlItems(items : Array(Html), breakOnMobile : Bool)
8
9
/* A simple string value. */
10
String(String)
0 commit comments