Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix incorrect word variant pair
  • Loading branch information
kawaii committed Mar 12, 2019
1 parent 7bfdd2c commit 49f3120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/word-variants.t
Expand Up @@ -25,7 +25,7 @@ my %variants = %( filehandle => 'file [\s+|\-] handle',
metaoperator => 'meta [\s+|\-] operator',
semicolon => 'semi [\s+|\-] colon',
metadata => 'meta [\s+|\+] data',
sigiled => 'sigiled',
sigiled => 'sigilled',
);
# zero-width in particular has several unicode documentation variants we allow

Expand Down

0 comments on commit 49f3120

Please sign in to comment.