Fix typo in CHANGELOG s/qualified/unqalified/

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-08-02 21:04:38 +02:00
parent 45e3335982
commit 55dbe740c6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ next
(#1072, fix #1070, @diml)
- Add support for multi directory libraries by writing
`(include_subdirs qualified)` (#1034, @diml)
`(include_subdirs unqualified)` (#1034, @diml)
- Add `(staged_pps ...)` to support staged ppx rewriters such as ones
using the OCaml typer like `ppx_import` (#1080, fix #193, @diml)