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 baea255e Fix typo (#190)
baea255e is described below

commit baea255e31761f463aa56bfa0157c0f5815874ca
Author: ksheroz <[email protected]>
AuthorDate: Tue Sep 26 19:42:26 2023 +0500

    Fix typo (#190)
---
 docs/clauses/order_by.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/clauses/order_by.md b/docs/clauses/order_by.md
index 0d70c293..1b49f993 100644
--- a/docs/clauses/order_by.md
+++ b/docs/clauses/order_by.md
@@ -181,7 +181,7 @@ Result
 
 ## Ordering null
 
-When sorting the result set, null will always come at the end of the result 
set for ascending sorting,and first when doing descending sort.
+When sorting the result set, null will always come at the end of the result 
set for ascending sorting, and first when doing descending sort.
 
 Query
 

Reply via email to