diff options
| author | Stefan Brand <StefanBrand@users.noreply.github.com> | 2023-05-24 05:29:50 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-05-24 05:30:43 +0200 |
| commit | a44e974412e1f1172fd3948cdaf03eb2f79cf693 (patch) | |
| tree | dd2f8dc6f5a71a97d3f788ac3473cc478e106091 | |
| parent | bf5249fc8e0dd6e0c4c3101fda500d6966b6dcfc (diff) | |
[4.2.x] Corrected documentation of Log database function.
Backport of eb9df03a43f34c44131ec3a295643327b8a68bb4 from main
| -rw-r--r-- | docs/ref/models/database-functions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/database-functions.txt b/docs/ref/models/database-functions.txt index 9a3f17325c..c99f6714c9 100644 --- a/docs/ref/models/database-functions.txt +++ b/docs/ref/models/database-functions.txt @@ -1215,7 +1215,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: |
