summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Zapletal <adamzap@gmail.com>2024-03-20 23:52:07 -0500
committerGitHub <noreply@github.com>2024-03-21 05:52:07 +0100
commitfd2514d17daaa561963e14297fb35cddf483728c (patch)
tree28798ed0ea3fb385cfe210c00bfd534246b1a2da /docs
parent6f7c0a4d66f36c59ae9eafa168b455e462d81901 (diff)
Added RowNumber() link in Rank() docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/database-functions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/database-functions.txt b/docs/ref/models/database-functions.txt
index ca4016e2b6..1dc0ce4e97 100644
--- a/docs/ref/models/database-functions.txt
+++ b/docs/ref/models/database-functions.txt
@@ -1975,7 +1975,7 @@ Row # Value Rank Calculation Relative Rank
.. class:: Rank(*expressions, **extra)
-Comparable to ``RowNumber``, this function ranks rows in the window. The
+Comparable to :class:`RowNumber`, this function ranks rows in the window. The
computed rank contains gaps. Use :class:`DenseRank` to compute rank without
gaps.