Skip to content

Commit

Permalink
docs(comments): Corrected a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Feb 20, 2018
1 parent 44866bf commit cf87c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/match.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function match<Output_Type>(_: number): {
) => PatternMatcher<number, number, number, Output_Type>,
};

// number equality matcher
// symbol equality matcher
export function match<Output_Type>(_: symbol): {

when: (
Expand Down

0 comments on commit cf87c85

Please sign in to comment.