Skip to content

Commit

Permalink
Fix typo #367
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Dec 11, 2015
1 parent b4b5cfb commit 979e9a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
*/
public final class FullHalfConverter {
/**
* map to convert from fullwidth car
* map to convert from fullwidth char
*/
private final Map<String, FullHalfPair> fullwidthMap;

/**
* map to convert from halfwidth car
* map to convert from halfwidth char
*/
private final Map<String, FullHalfPair> halfwidthMap;

Expand Down

0 comments on commit 979e9a4

Please sign in to comment.