mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Update Tutorial: add spaces before colons
Signed-off-by: human154 <46430360+human154@users.noreply.github.com>
This commit is contained in:
parent
24c7bded35
commit
b077e76235
1 changed files with 4 additions and 4 deletions
|
@ -446,10 +446,10 @@ Here's the type of `table`:
|
|||
```roc
|
||||
table :
|
||||
{
|
||||
height: Pixels,
|
||||
width: Pixels,
|
||||
title? Str,
|
||||
description? Str,
|
||||
height : Pixels,
|
||||
width : Pixels,
|
||||
title ? Str,
|
||||
description ? Str,
|
||||
}
|
||||
-> Table
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue