Merge pull request #472 from eltociear/patch-1

Fix typo in Document-English.md
This commit is contained in:
TommyLemon 2022-11-19 17:55:23 +08:00 committed by GitHub
commit 3d2c6a0001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,13 +140,13 @@ Request:
"content$":"%a%"          //filter condition: content contains 'a'
},
"User":{
    "id@":"/Moment/userId",       //User.id = Moment.userId, short referrence pathstarts from grandparents path
    "id@":"/Moment/userId",       //User.id = Moment.userId, short reference pathstarts 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
}
}
}