Merge pull request #472 from eltociear/patch-1
Fix typo in Document-English.md
This commit is contained in:
commit
3d2c6a0001
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user