Skip to content

Commit

Permalink
use correct comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Apr 4, 2019
1 parent 68dbca3 commit 9d5a3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/moon/src/compiler/parser/parser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/**
* Parse elements
*
* Given a start index, end index, and a list of tokens, return a tree after
Expand Down Expand Up @@ -39,7 +39,7 @@ function parseElements(start, end, tokens) {
}
}

/*
/**
* Parser
*
* The parser is responsible for taking a start index, end index, and a list of
Expand Down

0 comments on commit 9d5a3f3

Please sign in to comment.