From dd0d190085399860413a4e4889bf545c0ea3e628 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 27 May 2019 14:43:55 +0800 Subject: [PATCH] doc: fix API doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7bf81b..07970c1 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Unites multiple states together. Shorthand for nesting constructors of `stateOps #### `NFA.prototype.toDFA` -`NFA.prototype.toDFA.toDFA(): DFA` +`NFA.prototype.toDFA(): DFA` Returns a `DFA` instance generating from the `NFA` instance caller