Skip to content

Commit

Permalink
Small typo in the counter name, issue #113
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Nov 29, 2016
1 parent 1238755 commit fb5b3c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -71,7 +71,7 @@ public String getName() {
public static final Countable STYLE_OTHER = new Countable() {
@Override
public String getName() {
return " return \"STYLE_OTHER\";\n";
return "STYLE_OTHER";
}
};

Expand Down

0 comments on commit fb5b3c5

Please sign in to comment.