Fixed "fix" in #4397

This commit is contained in:
Anuken 2021-02-19 18:31:34 -05:00
parent b94aba0301
commit 68020fa7d4

View File

@ -1579,7 +1579,7 @@ lenum.sin = Sine, in degrees.
lenum.cos = Cosine, in degrees. lenum.cos = Cosine, in degrees.
lenum.tan = Tangent, in degrees. lenum.tan = Tangent, in degrees.
#not a typo, look up 'range notation' #not a typo, look up 'range notation'
lenum.rand = Random number in range [0, value]. lenum.rand = Random number in range [0, value).
lenum.log = Natural logarithm (ln). lenum.log = Natural logarithm (ln).
lenum.log10 = Base 10 logarithm. lenum.log10 = Base 10 logarithm.
lenum.noise = 2D simplex noise. lenum.noise = 2D simplex noise.