1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

doc, fmt: use map{key: value} syntax for map literals (#8623)

This commit is contained in:
Nick Treleaven
2021-02-08 14:57:42 +00:00
committed by GitHub
parent 8ae23cd89e
commit 9e751f72c4
15 changed files with 81 additions and 69 deletions

View File

@ -208,7 +208,7 @@ fn testsuite_end() {
// It sends a request to the server to shutdown.
x := http.fetch('http://127.0.0.1:$sport/shutdown',
method: .get
cookies: {
cookies: map{
'skey': 'superman'
}
) or {