Skip to content

Commit

Permalink
test.js: Comment spelling/formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyparker committed Jan 21, 2021
1 parent 2f734f5 commit ba025e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ const createFixtureClass = () => class {
}

foo() {
// If `this` is not preserved by pDebounce() or pDebounce.promise(),
// then `this` will be undefined and accesing `this._foo` will throw.
// If `this` is not preserved by `pDebounce()` or `pDebounce.promise()`,
// then `this` will be undefined and accessing `this._foo` will throw.
return this._foo;
}

getThis() {
// If `this` is not preserved by pDebounce() or pDebounce.promise(),
// If `this` is not preserved by `pDebounce()` or `pDebounce.promise()`,
// then `this` will be undefined
return this;
}
Expand Down

0 comments on commit ba025e6

Please sign in to comment.