summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Brand <StefanBrand@users.noreply.github.com>2023-05-24 05:29:50 +0200
committerGitHub <noreply@github.com>2023-05-24 05:29:50 +0200
commiteb9df03a43f34c44131ec3a295643327b8a68bb4 (patch)
tree04c0b591e50a098d114c1a399b8542c11c036ccf
parentfc9c90d9c4611d441d2617a7d74f622b1f520f7c (diff)
Corrected documentation of Log database function.
-rw-r--r--docs/ref/models/database-functions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/database-functions.txt b/docs/ref/models/database-functions.txt
index f22a7ae386..489c969b56 100644
--- a/docs/ref/models/database-functions.txt
+++ b/docs/ref/models/database-functions.txt
@@ -1205,7 +1205,7 @@ It can also be registered as a transform. For example:
.. class:: Log(expression1, expression2, **extra)
Accepts two numeric fields or expressions and returns the logarithm of
-the first to base of the second.
+the second to base of the first.
Usage example: