Merge pull request #89 from victorhck/master

missing double quotes in ch24
pull/90/head
Igor Irianto 3 years ago committed by GitHub
commit 4303437a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -566,7 +566,7 @@ You can mutate multiple list items directly:
:let favoriteFlavor = ["chocolate", "glazed", "plain"]
:let favoriteFlavor[2:] = ["strawberry", "chocolate"]
:echo favoriteFlavor
returns ['chocolate', 'glazed', 'strawberry', 'chocolate']
" returns ['chocolate', 'glazed', 'strawberry', 'chocolate']
```
## Dictionary

Loading…
Cancel
Save