Skip to content

Commit 2639468

Browse files
authored
Merge pull request #5 from Kriptel/dev
Update README.md
2 parents 15cb7c3 + b056f8a commit 2639468

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)