Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6943304 commit 0f76a88Copy full SHA for 0f76a88
pyscriptjs/examples/numpy_canvas_fractals.html
@@ -66,7 +66,7 @@
66
<input id="y1" type="text" value="5.0" style="width: 80px; text-align: right">
67
<span style="white-space: pre">]</span>
68
</div>
69
- <div style="display: flex; flex-direaction: row; gap: 1em">
+ <div style="display: flex; flex-direction: row; gap: 1em">
70
<div style="white-space: pre"><input type="radio" id="conv" name="type" value="convergence" checked> convergence</div>
71
<div style="white-space: pre"><input type="radio" id="iter" name="type" value="iterations"> iterations</div>
72
0 commit comments