Skip to content

Commit

Permalink
Remove stray comma
Browse files Browse the repository at this point in the history
  • Loading branch information
FuegoFro authored and ariabuckles committed Sep 19, 2019
1 parent 225b66c commit 966a17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type ReactElements = React$Node;
type MatchFunction = (
source: string,
state: State,
prevCapture: string,
prevCapture: string
) => ?Capture;
type Parser = (
Expand Down

0 comments on commit 966a17a

Please sign in to comment.