Branch: refs/heads/doc-reviter
Home: https://github.com/mailru/tarantool
Commit: 7034a58126e0adce98ebc61cac54844f1936a5fd
https://github.com/mailru/tarantool/commit/7034a58126e0adce98ebc61cac54844f1936a5fd
Author: Dmitry Simonenko <[email protected]>
Date: 2012-05-05 (Sat, 05 May 2012)
Changed paths:
M doc/user/stored-programs.xml
Log Message:
-----------
doc-reviter: review fixes
diff --git a/doc/user/stored-programs.xml b/doc/user/stored-programs.xml
index 50125bd..a1c99c0 100644
--- a/doc/user/stored-programs.xml
+++ b/doc/user/stored-programs.xml
@@ -523,7 +523,7 @@ localhost> lua box.select_range(4, 1, 2, '1')
<emphasis role="lua">box.select_reverse_range(space_no, index_no,
limit, key, ...)</emphasis>
</term>
<listitem><para>
- Select a reverse range of tuples, starting from offset
+ Select a reverse range of tuples, starting from the offset
specified by <code>key</code>. The key can be
multipart.
Limit selection with at most <code>limit</code>
@@ -533,9 +533,9 @@ localhost> lua box.select_range(4, 1, 2, '1')
</para>
<para>
For TREE indexes, this returns tuples in sorted order.
- HASH indexes reverse iteration is not supported.
+ Reverse iteration for HASH indexes is not supported.
If <code>key</code> is <code>nil</code> or unspecified,
- the selection starts from end of the index.
+ the selection starts from the end of the index.
<bridgehead renderas="sect4">Example</bridgehead>
<programlisting>localhost> show configuration
---
================================================================
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp