Skip to content

Commit 6b7c83c

Browse files
Justineokazupon
authored andcommitted
fix #1346 (#1355)
1 parent 0f5c94a commit 6b7c83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/guide/render-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ One thing to note: similar to how `v-bind:class` and `v-bind:style` have special
205205
nativeOn: {
206206
click: this.nativeClickHandler
207207
},
208-
// Custom directives. Note that the binding's
209-
// oldValue cannot be set, as Vue keeps track
208+
// Custom directives. Note that the `binding`'s
209+
// `oldValue` cannot be set, as Vue keeps track
210210
// of it for you.
211211
directives: [
212212
{

0 commit comments

Comments
 (0)