Skip to content

Commit abe9121

Browse files
authored
Replace min -> max in README (#205)
1 parent ee75f19 commit abe9121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ local result, err = crud.min(space_name, 'age', opts)
413413
- [1, 477, 'Elizabeth', 12]
414414

415415
-- Find the maximum value in the specified index
416-
local result, err = crud.min(space_name, 'age', opts)
416+
local result, err = crud.max(space_name, 'age', opts)
417417
---
418418
- metadata:
419419
- {'name': 'id', 'type': 'unsigned'}

0 commit comments

Comments
 (0)