From 3530680225ba4ddec643f6901b901a802e191649 Mon Sep 17 00:00:00 2001 From: 766C6164 Date: Sun, 24 Jul 2022 22:27:03 -0400 Subject: [PATCH] Changed logic in description --- libraries/chain/include/eosio/chain/webassembly/interface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/chain/include/eosio/chain/webassembly/interface.hpp b/libraries/chain/include/eosio/chain/webassembly/interface.hpp index f2213dca8b..7085637325 100644 --- a/libraries/chain/include/eosio/chain/webassembly/interface.hpp +++ b/libraries/chain/include/eosio/chain/webassembly/interface.hpp @@ -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.