Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

parse/odd-entries-in-map

This happens when a map literal has a key without a corresponding value. For example:

{:a }

Mitigations

Make sure every key in the map is followed by a value.