Skip to content

Commit

Permalink
docs(proxy): edit set()
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Dec 7, 2017
1 parent 7740f5d commit 22c3b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ let validator = {
}
}

// 对于age以外的属性,直接保存
// 对于满足条件的 age 属性以及其他属性,直接保存
obj[prop] = value;
}
};
Expand Down

0 comments on commit 22c3b93

Please sign in to comment.