Browse Source

[5.0.x] Added RowNumber() link in Rank() docs.

Backport of fd2514d17daaa561963e14297fb35cddf483728c from main
Adam Zapletal 1 year ago
parent
commit
71368b6f00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/models/database-functions.txt

+ 1 - 1
docs/ref/models/database-functions.txt

@@ -1980,7 +1980,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.