Skip to content

Commit 5b5d3bb

Browse files
committed
typo
1 parent 1e1542c commit 5b5d3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export function substruct<
321321
*
322322
* I'm not totally happy with this.
323323
* - TypedArray does not support endianness.
324-
* - Changing the length property of the parent struct will not change the length of the returned value. `a=x.ar; x.arlength=2;` will not change a's length (though a will still be a live view of the underlying buffer).
324+
* - Changing the length property of the parent struct will not change the length of the returned value. `a=x.ar; x.arlength=2;` will not change a's length (though it will still be a live view of the underlying buffer).
325325
*
326326
* @param fieldOffset where the array starts relative to the parent struct
327327
*/

0 commit comments

Comments
 (0)