Skip to content

Commit

Permalink
CBL-5132: Updating fleece doc re. FLKeyPath
Browse files Browse the repository at this point in the history
Actually, the problem manifested in CBL 4795 is fixed in the SQL++ parser.
  • Loading branch information
jianminzhao committed Nov 28, 2023
1 parent e5115d3 commit aefd9c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions API/fleece/FLKeyPath.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ extern "C" {
A leading JSONPath-like `$.` is allowed but ignored.
A '\' can be used to escape a special character ('.', '[' or '$') at the start of a
property name (but not yet in the middle of a name.)
A '\' can be used to escape a special character ('.', '[' or '$').
*/

#ifndef FL_IMPL
Expand Down

0 comments on commit aefd9c9

Please sign in to comment.