From aefd9c952ebd6206973a640d2cd2417ad02cf6e0 Mon Sep 17 00:00:00 2001 From: Jianmin Zhao Date: Mon, 27 Nov 2023 16:40:59 -0800 Subject: [PATCH] CBL-5132: Updating fleece doc re. FLKeyPath Actually, the problem manifested in CBL 4795 is fixed in the SQL++ parser. --- API/fleece/FLKeyPath.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/API/fleece/FLKeyPath.h b/API/fleece/FLKeyPath.h index 84fb3cf2..1668a35a 100644 --- a/API/fleece/FLKeyPath.h +++ b/API/fleece/FLKeyPath.h @@ -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