aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAI Tsuyoshi <82267684+uga-rosa@users.noreply.github.com>2023-06-30 10:38:28 +0900
committerGitHub <noreply@github.com>2023-06-30 09:38:28 +0800
commitd55d7646c129a9afe1da3a61813bb365d178c421 (patch)
tree05183da1a543f77f4be30a877e68f96c6377c16f
parentd7bb19e0138c7363ed40c142972c07e4e1912785 (diff)
downloadrneovim-d55d7646c129a9afe1da3a61813bb365d178c421.tar.gz
rneovim-d55d7646c129a9afe1da3a61813bb365d178c421.tar.bz2
rneovim-d55d7646c129a9afe1da3a61813bb365d178c421.zip
docs(luaref): fix tags for constants (#24203)
-rw-r--r--runtime/doc/luaref.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/luaref.txt b/runtime/doc/luaref.txt
index 8a1ba88a96..dbf2f0de79 100644
--- a/runtime/doc/luaref.txt
+++ b/runtime/doc/luaref.txt
@@ -4361,7 +4361,7 @@ math.frexp({x}) *math.frexp()*
absolute value of `m` is in the range `[0.5, 1)` (or zero when {x} is
zero).
-math.huge *math.huge()*
+math.huge *math.huge*
The value `HUGE_VAL`, a value larger than or equal to any other
numerical value.
@@ -4384,7 +4384,7 @@ math.modf({x}) *math.modf()*
Returns two numbers, the integral part of {x} and the fractional part
of {x}.
-math.pi *math.pi()*
+math.pi *math.pi*
The value of `pi`.
math.pow({x}, {y}) *math.pow()*