Updated OnDemand logic (markdown)

Daniel Lemire 2021-03-31 14:45:24 -04:00
parent d0b2d56084
commit 2ef3a37f21
1 changed files with 1 additions and 1 deletions

@ -2,7 +2,7 @@
When searching for a key, if the key is found then we are left pointing at the colon, and we are one depth below the object itself.
If the key is not found then we are left pointing at the either the start of the object or else a comma.
If the key is not found then we are left pointing at the either the start of the object or else a comma. We are at the depth of the object itself.
## depth