From: Peter van Dijk Date: Tue, 19 Feb 2019 09:16:11 +0000 (+0100) Subject: Update docs/lua-records/reference/misc.rst X-Git-Tag: auth-4.2.0-beta1~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7492%2Fhead;p=thirdparty%2Fpdns.git Update docs/lua-records/reference/misc.rst Co-Authored-By: pieterlexis --- diff --git a/docs/lua-records/reference/misc.rst b/docs/lua-records/reference/misc.rst index c1029c9526..89e1f0f6ec 100644 --- a/docs/lua-records/reference/misc.rst +++ b/docs/lua-records/reference/misc.rst @@ -25,4 +25,4 @@ Other functions Get a random number. - :param int maximum: The largest number to return. This is 2^32 by default. + :param int maximum: The largest number to return. This is 2^32-1 by default.