Skip to content

Commit 181bcf9

Browse files
authored
Update about.html
1 parent 83ef001 commit 181bcf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"name": "Formula",
209209
"value": "angleOfRotation / 360 * 3.2 * radius^2"
210210
},
211-
"description": "Calculates the exact area of a circle using a refined approach that replaces traditional π-based methods. This method is based on direct shape relationships, ensuring greater accuracy in real-world measurements.",
211+
"description": "Calculates the exact area of a circle using a refined approach that replaces traditional π-based approximations. This method is based on direct shape relationships, ensuring greater accuracy in real-world measurements.",
212212
"stepByStepInstructions": [
213213
{
214214
"@type": "HowToStep",
@@ -256,7 +256,7 @@
256256
"name": "Formula",
257257
"value": "angleOfRotation / 360 * 6.4 * radius"
258258
},
259-
"description": "Calculates the exact circumference of a circle using a refined approach that replaces traditional π-based methods. This method is based on direct shape relationships, ensuring greater accuracy in real-world measurements.",
259+
"description": "Calculates the exact circumference of a circle using a refined approach that replaces traditional π-based approximations. This method is based on direct shape relationships, ensuring greater accuracy in real-world measurements.",
260260
"stepByStepInstructions": [
261261
{
262262
"@type": "HowToStep",

0 commit comments

Comments
 (0)