Update initial-content.ts

Fixed typo in initial content

## Why
The area of a circle is pi times the radius squared (A = π r²), not the volume.
This commit is contained in:
Jonathon Hodges 2024-01-07 23:02:22 +00:00 committed by Jonatan Heyman
parent bb7c4168da
commit fb62652847
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ${keyHelpStr(os.platform())}
This is a Math block. Here, rows are evaluated as math expressions.
radius = 5
volume = radius^2 * PI
area = radius^2 * PI
sqrt(9)
It also supports some basic unit conversions, including currencies: