diff --git a/CHANGES.md b/CHANGES.md index 3a8769c..420e393 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,7 +19,7 @@ * BREAKING CHANGE: `path` renamed to `nav` * BREAKING CHANGE: `fixed-pathed-path` and `variable-pathed-path` renamed to `fixed-pathed-nav` and `variabled-pathed-nav` * Added `must` navigator to navigate to a key if and only if it exists in the structure -* Added `continous-subseqs` navigator +* Added `continuous-subseqs` navigator * Added `ATOM` navigator (thanks @rakeshp) * Added "navigator constructors" that can be defined via `defnavconstructor`. These allow defining a flexible function to parameterize a defnav, and the function integrates with inline caching for high performance.