[doc] fix function name FTIRANK stable
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Sun, 30 Dec 2012 22:31:10 +0100
branchstable
changeset 8630 b81231749b16
parent 8629 3ae893f9ec84
child 8633 36197bd1d78b
[doc] fix function name FTIRANK
doc/book/en/annexes/rql/language.rst
--- a/doc/book/en/annexes/rql/language.rst	Thu Dec 20 12:15:57 2012 +0100
+++ b/doc/book/en/annexes/rql/language.rst	Sun Dec 30 22:31:10 2012 +0100
@@ -640,7 +640,7 @@
 | :func:`FSPATH(X)`     | expect X to be an attribute whose value is stored in a             |
 |                       | :class:`BFSStorage` and return its path on the file system         |
 +-----------------------+--------------------------------------------------------------------+
-| :func:`FTKIRANK(X)`   | expect X to be an entity used in a has_text relation, and return a |
+| :func:`FTIRANK(X)`    | expect X to be an entity used in a has_text relation, and return a |
 |                       | number corresponding to the rank order of each resulting entity    |
 +-----------------------+--------------------------------------------------------------------+
 | :func:`CAST(Type, X)` | expect X to be an attribute and return it casted into the given    |