Skip to content

Commit eecd23a

Browse files
authored
array.ts: Fix typo of from fromfrom (#764)
1 parent 20cf366 commit eecd23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/algorithm/src/array.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ export namespace ArrayExt {
819819
*
820820
* #### Example
821821
* ```typescript
822-
* import { ArrayExt } from from '@lumino/algorithm';
822+
* import { ArrayExt } from '@lumino/algorithm';
823823
*
824824
* let data = [0, 1, 2, 3, 4];
825825
* ArrayExt.move(data, 1, 2); // [0, 2, 1, 3, 4]

0 commit comments

Comments
 (0)