Skip to content

Commit

Permalink
Fix abstract exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Jan 9, 2019
1 parent f161049 commit 524f765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/core.adapters.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

function abstract() {
throw new Error(
'This method is not implemented: either no adapter ' +
'can be found or provide an incomplete integration.'
'This method is not implemented: either no adapter can ' +
'be found or an incomplete integration was provided.'
);
}

Expand Down

0 comments on commit 524f765

Please sign in to comment.