We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1f87b commit 20e64a1Copy full SHA for 20e64a1
1 file changed
index.html
@@ -2523,7 +2523,7 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
2523
}
2524
2525
if ( topLength > baseLength) {
2526
- document.getElementById('frustum-cone-volume').innerText = 'Let the larger end be the base.';
+ document.getElementById('frustum-pyramid-volume').innerText = 'Let the larger end be the base.';
2527
return;
2528
2529
0 commit comments