Skip to content

Commit ffe9280

Browse files
authored
Update index.html
1 parent a303d29 commit ffe9280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ <h6 style="font-size:160%;margin:7px">Area of a circle</h6>
15931593
return;
15941594
}
15951595

1596-
if (ratio < 0.11 || ratio > 1) {
1596+
if (ratio > 1) {
15971597
document.getElementById('segment-area').innerText = 'This ratio is out of range';
15981598
return;
15991599
}

0 commit comments

Comments
 (0)