From 27a1cfcb133bcad3eae9d37576591a32b6a65d06 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 19 Nov 2022 18:41:56 +0900 Subject: [PATCH] Fix typo in Document-English.md referrence -> reference --- Document-English.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Document-English.md b/Document-English.md index 890dbf9f5..c9d1a0a21 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 } } }