Skip to content

Commit

Permalink
Fix case of import
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Aug 21, 2015
1 parent 2a4476b commit a0d8765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GrammarAnnotation.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const Builder = require('./builder');
const Builder = require('./Builder');

module.exports = class GrammarAnnotation extends Builder {
constructor(spec, prod, node) {
Expand Down

0 comments on commit a0d8765

Please sign in to comment.