Skip to content

Commit

Permalink
fix: comments only (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
erights authored Mar 4, 2021
1 parent 1218bcd commit 1230901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ses/src/enablements.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const moderateEnablements = {
// the following line and let us know why. The only known
// cost is the ugly display from the Node console.
//
// constructor: true, // set by acorn 7
// constructor: true, // set by acorn 7, d3-color

hasOwnProperty: true, // set by "vega-util".
toString: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/ses/src/error/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
* @callback MakeAssert
*
* Makes and returns an `assert` function object that shares the bookkeeping
* state defined by this module with other `assert` function objects make by
* state defined by this module with other `assert` function objects made by
* `makeAssert`. This state is per-module-instance and is exposed by the
* `loggedErrorHandler` above. We refer to `assert` as a "function object"
* because it can be called directly as a function, but also has methods that
Expand Down

0 comments on commit 1230901

Please sign in to comment.