diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/documentation/lux/math.lux | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/stdlib/source/documentation/lux/math.lux b/stdlib/source/documentation/lux/math.lux index df28c874a..c3caab318 100644 --- a/stdlib/source/documentation/lux/math.lux +++ b/stdlib/source/documentation/lux/math.lux @@ -6,16 +6,16 @@ [text ["%" format {"+" [format]}]] [collection - ["." list]]]]] - ["." / "_" - ["#." infix] - ["#." modulus] - ["#." modular] - ["#." number] - ["#." logic] - ["#." random]] + ["[0]" list]]]]] + ["[0]" / "_" + ["[1][0]" infix] + ["[1][0]" modulus] + ["[1][0]" modular] + ["[1][0]" number] + ["[1][0]" logic] + ["[1][0]" random]] [\\library - ["." /]]) + ["[0]" /]]) (documentation: /.e "The base of the natural logarithm.") |