Skip to content

Commit 9911fdd

Browse files
committed
docs: fix typo
1 parent 4ed2b0f commit 9911fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/suite.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const formatting = {
8484
};
8585

8686
/** suite 5 */
87-
const static_metods = {
87+
const static_methods = {
8888
'BitArray.from( boolean[] )': (() => {
8989
let arr = BitArray.from([true, true, false, false, true]);
9090
return (
@@ -156,5 +156,5 @@ export default {
156156
reading_writing,
157157
iterating,
158158
formatting,
159-
static_metods,
159+
static_methods,
160160
};

0 commit comments

Comments
 (0)