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 1725aeae Update ordering null to support inline comment (#231)
1725aeae is described below
commit 1725aeae2b3553ad9b9f0749cfc5a759c61f7505
Author: ksheroz <[email protected]>
AuthorDate: Tue Nov 21 05:14:12 2023 +0500
Update ordering null to support inline comment (#231)
---
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 de7e7bbd..df462f2f 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