Fix typo in changelog

This commit is contained in:
Justin Frank 2019-03-16 01:41:30 -07:00
parent c40bb6fc00
commit 891c6ca8e2

View File

@ -15,8 +15,8 @@ released versions.
* `edit -scratch` with no buffer name will create a new
scratch buffer with a unique autogenerated name.
* Introduced a module system using the `provides-module` and
`requires-module` commands that allows for lazily loading language
* Introduced a module system using the `provide-module` and
`require-module` commands that allows for lazily loading language
support files with dependency resolution.
* Added a new hook `ModuleLoad` which is run when a module is loaded,