i guess the correct term is 'period' instead of 'wavelength'

This commit is contained in:
Charlotte Som 2023-03-06 02:51:53 +00:00
parent acc1e40a09
commit 58b67087a2

View file

@ -127,7 +127,7 @@ export default function Main() {
/>
{" Hz "}
<aside>
(wavelength: {(1000 / parseFloat(frequency)).toFixed(4)} ms)
(period: {(1000 / parseFloat(frequency)).toFixed(4)} ms)
</aside>
</section>
</main>