Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromvuejs/vue

Commit0b31647

Browse files
HusamElbashiryyx990803
authored andcommitted
chore: fix grammar in core/observer/index.js comments (vuejs#9116)
1 parent0d62bb8 commit0b31647

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/core/observer/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function toggleObserving (value: boolean) {
3737
exportclassObserver{
3838
value:any;
3939
dep:Dep;
40-
vmCount:number;// number of vms thathas this object as root $data
40+
vmCount:number;// number of vms thathave this object as root $data
4141

4242
constructor(value:any){
4343
this.value=value
@@ -57,7 +57,7 @@ export class Observer {
5757
}
5858

5959
/**
60-
* Walk througheach property and convert them into
60+
* Walk throughall properties and convert them into
6161
* getter/setters. This method should only be called when
6262
* value type is Object.
6363
*/
@@ -81,7 +81,7 @@ export class Observer {
8181
// helpers
8282

8383
/**
84-
* Augmentan target Object or Array by intercepting
84+
* Augmenta target Object or Array by intercepting
8585
* the prototype chain using __proto__
8686
*/
8787
functionprotoAugment(target,src:Object){
@@ -91,7 +91,7 @@ function protoAugment (target, src: Object) {
9191
}
9292

9393
/**
94-
* Augmentan target Object or Array by defining
94+
* Augmenta target Object or Array by defining
9595
* hidden properties.
9696
*/
9797
/* istanbul ignore next */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp