Fix grammar

This commit is contained in:
Igor Irianto 2021-02-11 09:01:57 -06:00 committed by GitHub
parent 24a43de38e
commit 73efe0b005
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
Before diving into Vimscript functions, let's learn about the different sources and scopes of Vim variables.
## Mutable And Immutable Variable
## Mutable And Immutable Variables
You can assign a value to a variable in Vim with `let`: