Skip to content

Commit

Permalink
Merge 026218d into ded32b7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbishop committed Feb 5, 2018
2 parents ded32b7 + 026218d commit a6d8f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spec/spec.js
Expand Up @@ -14,7 +14,7 @@ export default class Spec {
throw new Error(`Implement in subclass: unform(${conformed})`);
}

explain(value) {
explain(path, via, value) {
throw new Error(`Implement in subclass: explain(${value})`);
}
}

0 comments on commit a6d8f83

Please sign in to comment.