Skip to content

Commit

Permalink
Revert _removeAtStatement help doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sae220 committed Sep 30, 2024
1 parent faa2ede commit 1d0f82c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
33 changes: 0 additions & 33 deletions common-docs/reference/arrays/remove-at-statement.md

This file was deleted.

1 change: 0 additions & 1 deletion common-docs/reference/arrays/remove-at.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ let unzapped = radLevels.removeAt(level)

## See also

[remove at (no return value)](/reference/arrays/remove-at-statement),
[insert at](/reference/arrays/insert-at)
2 changes: 1 addition & 1 deletion libs/pxt-common/pxt-core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ interface Array<T> {
_shiftStatement(): void;

/** Remove the element at a certain index. */
//% help=arrays/remove-at-statement
//% help=arrays/remove-at
//% shim=Array_::removeAt weight=14
//% blockId="array_removeat_statement" block="%list| remove value at %index" blockNamespace="arrays"
//% blockAliasFor="Array.removeAt"
Expand Down

0 comments on commit 1d0f82c

Please sign in to comment.