Update header case

This commit is contained in:
Igor Irianto 2020-12-08 09:37:25 -06:00
parent 09572cf855
commit 51d3a98c04

View file

@ -770,7 +770,7 @@ Similar to `v:none`.
" returns {"test": null}
```
## Learn data types the smart way
## Learn Data Types The Smart Way
In this chapter, you learned about Vimscript's basic data types: number, float, string, list, dictionary, and special. Learning these is the first step to start Vimscript programming.