Skip to content

Commit

Permalink
Update empty set variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kulcsar committed Nov 16, 2024
1 parent 31eba7a commit 23485f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
"preferredEditor": "tsprj"
}
3 changes: 2 additions & 1 deletion wordlists.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace WordLists {
//% fixedInstance
export let EmptyFilter: Bloom = new Bloom(null)
//% block="z Empty Filter"
export let zEmptyFilter: Bloom = new Bloom(null)

//% block
export function isWordInFilter(filter: Bloom, word: string): boolean {
Expand Down

0 comments on commit 23485f5

Please sign in to comment.