doc: short map syntax doesn't need a comma

pull/5500/head
sudo-nice 2020-06-26 14:07:57 +03:00 committed by GitHub
parent 20884c9576
commit f703ddfb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ m.delete('two')
// Short syntax
numbers := {
'one': 1,
'one': 1
'two': 2
}
```