Skip to content

Commit

Permalink
Changed logic in description
Browse files Browse the repository at this point in the history
  • Loading branch information
vladtr committed Jul 25, 2022
1 parent 10b6513 commit 3530680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ namespace webassembly {

/**
* Find the table row in a primary 64-bit integer index table that matches the lowerbound condition for a given primary key.
* Lowerbound record is the first nearest record which primary key is <= the given key.
* Lowerbound record is the first nearest record which primary key is >= the given key.
*
* @ingroup database primary-index
* @param code - the name of the owner of the table.
Expand Down

0 comments on commit 3530680

Please sign in to comment.