mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: short map syntax doesn't need a comma
This commit is contained in:
parent
20884c9576
commit
f703ddfb66
@ -468,7 +468,7 @@ m.delete('two')
|
||||
|
||||
// Short syntax
|
||||
numbers := {
|
||||
'one': 1,
|
||||
'one': 1
|
||||
'two': 2
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user