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 cdfec1bd Update casing to make it consistent (#233)
cdfec1bd is described below

commit cdfec1bda8b94db963fcba3851394757ed706896
Author: ksheroz <[email protected]>
AuthorDate: Wed Nov 22 23:52:07 2023 +0500

    Update casing to make it consistent (#233)
---
 docs/functions/user_functions.md | 2 +-
 docs/intro/agload.md             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/functions/user_functions.md b/docs/functions/user_functions.md
index 301ce25f..94e884f8 100644
--- a/docs/functions/user_functions.md
+++ b/docs/functions/user_functions.md
@@ -1,4 +1,4 @@
-# User defined functions
+# User Defined Functions
 
 Users may add custom functions to the AGE. When using the Cypher function, all 
function calls with a Cypher query use the default namespace of: `ag_catalog`. 
However if a user want to use a function outside this namespace, they may do so 
by adding the namespace before the function name.
 
diff --git a/docs/intro/agload.md b/docs/intro/agload.md
index 159cd3b0..ce88e853 100644
--- a/docs/intro/agload.md
+++ b/docs/intro/agload.md
@@ -1,4 +1,4 @@
-# Importing graph from files 
+# Importing Graph from Files 
 You can use the following instructions to create a graph from the files. This 
document explains 
 - information about the current branch that includes the functions to load 
graphs from files
 - explanation of the functions that enable the creation of graphs from files 

Reply via email to