Explorar o código

Fix typo (Issue #22).

Vladislav Folts %!s(int64=12) %!d(string=hai) anos
pai
achega
6b1436183e
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/rtl.js
  2. 1 1
      test/expected/set.js

+ 1 - 1
src/rtl.js

@@ -54,7 +54,7 @@ var impl = {
         
         function checkBit(b){
             if (b < 0 || b > 31)
-                throw new Error("integes between 0 and 31 expected, got " + b);
+                throw new Error("integers between 0 and 31 expected, got " + b);
         }
 
         function setBit(b){

+ 1 - 1
test/expected/set.js

@@ -22,7 +22,7 @@ var RTL$ = {
         
         function checkBit(b){
             if (b < 0 || b > 31)
-                throw new Error("integes between 0 and 31 expected, got " + b);
+                throw new Error("integers between 0 and 31 expected, got " + b);
         }
 
         function setBit(b){