fix DFA serializer doc position
This commit is contained in:
parent
68730a8288
commit
2a294b8a60
|
@ -3,9 +3,9 @@
|
||||||
* can be found in the LICENSE.txt file in the project root.
|
* 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 {
|
class DFASerializer {
|
||||||
constructor(dfa, literalNames, symbolicNames) {
|
constructor(dfa, literalNames, symbolicNames) {
|
||||||
this.dfa = dfa;
|
this.dfa = dfa;
|
||||||
|
|
Loading…
Reference in New Issue