Explorar o código

fix type annotation

Steve Dee %!s(int64=14) %!d(string=hai) anos
pai
achega
6f02fe7424
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/bitArray.js

+ 1 - 1
core/bitArray.js

@@ -31,7 +31,7 @@
 sjcl.bitArray = {
   /**
    * Array slices in units of bits.
-   * @param {bitArray a} The array to slice.
+   * @param {bitArray} a The array to slice.
    * @param {Number} bstart The offset to the start of the slice, in bits.
    * @param {Number} bend The offset to the end of the slice, in bits.  If this is undefined,
    * slice until the end of the array.