fix DFA serializer doc position

This commit is contained in:
Camilo Roca 2020-02-10 22:07:58 +01:00
parent 68730a8288
commit 2a294b8a60
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
* can be found in the LICENSE.txt file in the project root.
*/
// A DFA walker that knows how to dump them to serialized strings.#/
/**
* A DFA walker that knows how to dump them to serialized strings.
*/
class DFASerializer {
constructor(dfa, literalNames, symbolicNames) {
this.dfa = dfa;