Skip to content

Commit aab9e56

Browse files
committed
Fix removed Turbulence label
Closes #346
1 parent 446db2d commit aab9e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/noise_fns/transformers/turbulence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::noise_fns::{Fbm, MultiFractal, NoiseFn, Seedable};
33
/// Noise function that randomly displaces the input value before returning the
44
/// output value from the source function.
55
///
6-
/// _ is the pseudo-random displacement of the input value. The
6+
/// _Turbulence_ is the pseudo-random displacement of the input value. The
77
/// get() method randomly displaces the coordinates of the input value before
88
/// retrieving the output value from the source function. To control the
99
/// turbulence, an application can modify its frequency, its power, and its

0 commit comments

Comments
 (0)