From 6ca8a9b61a4b67a03e496cfd5b79b5eea24a54a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <61203964+grey-cat-1908@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:01:40 +0300 Subject: [PATCH] Update index.md --- content/blog/1d-collisions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/1d-collisions/index.md b/content/blog/1d-collisions/index.md index b4390cf..7f06ec6 100644 --- a/content/blog/1d-collisions/index.md +++ b/content/blog/1d-collisions/index.md @@ -158,7 +158,7 @@ To enhance the smoothness of animations and reduce load times, the following ste - It was decided to create a loop in the `move` function (`p5.js`) that will perform a given number of operations ($10^6$). - - The user-specified initial velocity will also be br divided by $10^6$. + - The user-specified initial velocity will also be divided by $10^6$. ### 4.2 User Options