From 6f02fe7424ac801038412ac8d37b04b949875458 Mon Sep 17 00:00:00 2001 From: Steve Dee Date: Tue, 7 Feb 2012 23:21:23 -0800 Subject: [PATCH] fix type annotation --- core/bitArray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/bitArray.js b/core/bitArray.js index 803b9c59..a6d06171 100644 --- a/core/bitArray.js +++ b/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.