Skip to content

Commit b056f8a

Browse files
committed
Update README.md
1 parent 3a0b447 commit b056f8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ a ??= 'world';
174174
trace(a) // world
175175
```
176176

177-
# Rest
177+
### Rest
178178
```haxe
179179
var f = function(hello:String, ...rest:Dynamic)
180180
{

0 commit comments

Comments
 (0)