From 34b4222c349c5e96f08cd5fc57bbfe420cdf0b92 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 16 Nov 2022 15:28:22 +0000 Subject: [PATCH] Fix typo in Document-English.md referrence -> reference Signed-off-by: Ikko Ashimine --- Document-English.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Document-English.md b/Document-English.md index 890dbf9f..c9d1a0a2 100644 --- a/Document-English.md +++ b/Document-English.md @@ -140,13 +140,13 @@ Request: "content$":"%a%"          //filter condition: content contains 'a' }, "User":{ -     "id@":"/Moment/userId",       //User.id = Moment.userId, short referrence path,starts from grandparents path +     "id@":"/Moment/userId",       //User.id = Moment.userId, short reference path,starts from grandparents path "@column":"id,name,head" //get specified keys with the written order }, "Comment[]":{ //get a Comment array, and unwrap Comment object "count":2, "Comment":{ - "momentId@":"[]/Moment/id" //Comment.momentId = Moment.id, full referrence path + "momentId@":"[]/Moment/id" //Comment.momentId = Moment.id, full reference path } } } -- Gitee