Browse Source

Small typo in BaseCode class description

Mark Knol 9 years ago
parent
commit
3ae8086f9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/haxe/crypto/BaseCode.hx

+ 1 - 1
std/haxe/crypto/BaseCode.hx

@@ -22,7 +22,7 @@
 package haxe.crypto;
 
 /**
-	Allows to encode/decode String and bytes using a power of two base dictionnary.
+	Allows to encode/decode String and bytes using a power of two base dictionary.
 **/
 class BaseCode {