i guess the correct term is 'period' instead of 'wavelength'
This commit is contained in:
parent
acc1e40a09
commit
58b67087a2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ export default function Main() {
|
||||||
/>
|
/>
|
||||||
{" Hz "}
|
{" Hz "}
|
||||||
<aside>
|
<aside>
|
||||||
(wavelength: {(1000 / parseFloat(frequency)).toFixed(4)} ms)
|
(period: {(1000 / parseFloat(frequency)).toFixed(4)} ms)
|
||||||
</aside>
|
</aside>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue