Skip to content

Commit 3d2c6a0

Browse files
authored
Merge pull request #472 from eltociear/patch-1
Fix typo in Document-English.md
2 parents 9830f4d + 27a1cfc commit 3d2c6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Document-English.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ Request:
140140
"content$":"%a%"          //filter condition: content contains 'a'
141141
},
142142
"User":{
143-
    "id@":"/Moment/userId",       //User.id = Moment.userId, short referrence path,starts from grandparents path
143+
    "id@":"/Moment/userId",       //User.id = Moment.userId, short reference path,starts from grandparents path
144144
"@column":"id,name,head" //get specified keys with the written order
145145
},
146146
"Comment[]":{ //get a Comment array, and unwrap Comment object
147147
"count":2,
148148
"Comment":{
149-
"momentId@":"[]/Moment/id" //Comment.momentId = Moment.id, full referrence path
149+
"momentId@":"[]/Moment/id" //Comment.momentId = Moment.id, full reference path
150150
}
151151
}
152152
}

0 commit comments

Comments
 (0)