This is an automated email from the ASF dual-hosted git repository.

dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new cc92e0f0 Fixed syntax of query in logarithmic_functions.md (#163)
cc92e0f0 is described below

commit cc92e0f03cb3547580b6fedccd94fb6b6bdec1a5
Author: Bhaskar Sharma <[email protected]>
AuthorDate: Tue Jul 18 01:27:06 2023 +0200

    Fixed syntax of query in logarithmic_functions.md (#163)
---
 docs/functions/logarithmic_functions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/functions/logarithmic_functions.md 
b/docs/functions/logarithmic_functions.md
index 4fda1775..6f9a5136 100644
--- a/docs/functions/logarithmic_functions.md
+++ b/docs/functions/logarithmic_functions.md
@@ -95,7 +95,7 @@ Results
 
 exp() returns e^n, where e is the base of the natural logarithm, and n is the 
value of the argument expression.
 
-Syntax: `e(expression)`
+Syntax: `exp(expression)`
 
 Returns:
 

Reply via email to