Browse Source

Fix a typo in ?IS_TOKEN macro

Detected by triq.
Loïc Hoguin 10 years ago
parent
commit
67713340e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/cow_inline.hrl

+ 1 - 1
include/cow_inline.hrl

@@ -29,7 +29,7 @@
 	C =:= $K; C =:= $L; C =:= $M; C =:= $N; C =:= $O;
 	C =:= $P; C =:= $Q; C =:= $R; C =:= $S; C =:= $T;
 	C =:= $U; C =:= $V; C =:= $W; C =:= $X; C =:= $Y;
-	C =:= $2
+	C =:= $Z
 ).
 
 %% IS_DIGIT(Character)