You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by ak...@apache.org on 2023/01/27 21:09:03 UTC

[age-website] branch master updated: Correcting arguments type of size() function for consistency (#125)

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

ako 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 7c6e9492 Correcting arguments type of size() function for consistency (#125)
7c6e9492 is described below

commit 7c6e9492c57e876e62fd3a2f2d0718a5894e43d3
Author: fatima <63...@users.noreply.github.com>
AuthorDate: Fri Jan 27 21:08:58 2023 +0000

    Correcting arguments type of size() function for consistency (#125)
    
    * typo in the documentation section  "Operators" under case insensitive search heading
    
    * As it was mentioned in argument section of size() function that its
    list which is passed as an argument to this function but in syntax
    section path was written as an argument for size function so to
    maintain consistency this should be same in both sections.
---
 docs/functions/scalar_functions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/functions/scalar_functions.md b/docs/functions/scalar_functions.md
index ba829ef4..4f02f94c 100644
--- a/docs/functions/scalar_functions.md
+++ b/docs/functions/scalar_functions.md
@@ -614,7 +614,7 @@ Results:
 
 size() returns the length of a list.
 
-Syntax:`size(path)`
+Syntax:`size(list)`
 
 Returns: