Skip to content

Commit

Permalink
Different name for the square root (and other operations) block. I st…
Browse files Browse the repository at this point in the history
…ruggled to figure out what to call this one, opted for the simplest approach which is just to include a subset of the options in it. Don't love this, but doing it for now until I can think of something better.
  • Loading branch information
thsparks committed Sep 24, 2024
1 parent 6bf02b1 commit 7799b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/blocksSnippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ function cachedBuiltinCategories(): pxt.Map<BuiltinCategoryDefinition> {
</block>`
}, {
name: "math_js_op",
snippetName: "square root",
snippetName: "sqrt | sin | cos | tan | ...",
attributes: {
blockId: "math_js_op",
weight: 81
Expand Down

0 comments on commit 7799b36

Please sign in to comment.