diff options
Diffstat (limited to 'include/benoit.php')
-rw-r--r-- | include/benoit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/benoit.php b/include/benoit.php index 182867e..7d0013b 100644 --- a/include/benoit.php +++ b/include/benoit.php @@ -11,7 +11,7 @@ <?php addHeading("Features", "features"); ?> <section> - <p>The core library used multi-threading for rendering the provided scenes. Internally, the <a href="https://crates.io/crates/rayon/">Rayon</a> crate is used for threadpooling and such, where each pixel on the canvas is a job in and of itself.</p> + <p>The core library uses multi-threading for rendering the provided scenes. Internally, the <a href="https://crates.io/crates/rayon/">Rayon</a> crate is used for threadpooling and such, where each pixel on the canvas is a job in and of itself.</p> <br> <?php addImage("inverseJulia20231009200744", "An inverse Julia Set outside the Burning Ship fractal, resembling circles intertwined in a diamond shape with a dark red colour scheme.") ?> <br> |