Skip to content

Commit af9e2b3

Browse files
nickhallyyx990803
authored andcommitted
chore: minor comment cleanup (#9191)
1 parent b06c784 commit af9e2b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/core/observer/dep.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ export default class Dep {
4949
}
5050
}
5151

52-
// the current target watcher being evaluated.
53-
// this is globally unique because there could be only one
54-
// watcher being evaluated at any time.
52+
// The current target watcher being evaluated.
53+
// This is globally unique because only one watcher
54+
// can be evaluated at a time.
5555
Dep.target = null
5656
const targetStack = []
5757

0 commit comments

Comments
 (0)