Skip to content

Commit 043adf8

Browse files
committed
Adds version mentioning
1 parent 02599f6 commit 043adf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/reference_lua/key_def.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ to extract or compare the index key values.
3838

3939
Example: ``key_def.new({{type = 'string', collation = 'unicode', field = 2}})``
4040

41-
You can use the standard lua operator ``#`` (__len metamethod) to check the ``key_def`` length (parts count).
41+
Since version :doc:`3.2.0 </release/3.2.0>`, you can use the standard lua operator ``#`` (__len metamethod) to check the ``key_def`` length (parts count).
4242

4343
**Example**
4444

0 commit comments

Comments
 (0)