Skip to content

Commit

Permalink
Merge pull request #720 from eosnetworkfoundation/fix-db-lowerbound-i…
Browse files Browse the repository at this point in the history
…64-desc

wrong description for db_lowerbound_i64
  • Loading branch information
vladtr authored Jul 25, 2022
2 parents 10b6513 + 3530680 commit 0cb196b
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 0cb196b

Please sign in to comment.