From aab9e56423871c9e44a499a086e6281256841b08 Mon Sep 17 00:00:00 2001 From: Razaekel <4242014+Razaekel@users.noreply.github.com> Date: Sat, 18 May 2024 21:17:07 -0400 Subject: [PATCH] Fix removed Turbulence label Closes #346 --- src/noise_fns/transformers/turbulence.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/noise_fns/transformers/turbulence.rs b/src/noise_fns/transformers/turbulence.rs index da79e3ab..0d6d16ce 100644 --- a/src/noise_fns/transformers/turbulence.rs +++ b/src/noise_fns/transformers/turbulence.rs @@ -3,7 +3,7 @@ use crate::noise_fns::{Fbm, MultiFractal, NoiseFn, Seedable}; /// Noise function that randomly displaces the input value before returning the /// output value from the source function. /// -/// _ is the pseudo-random displacement of the input value. The +/// _Turbulence_ is the pseudo-random displacement of the input value. The /// get() method randomly displaces the coordinates of the input value before /// retrieving the output value from the source function. To control the /// turbulence, an application can modify its frequency, its power, and its