From 345d60d712fe61e77f74f11808763ea57830b201 Mon Sep 17 00:00:00 2001 From: ovi Date: Thu, 25 Mar 2021 10:16:50 +0200 Subject: [PATCH] [docs] 1.8.x fix typo "privious"->"previous" [docs] 1.8.x fix typo "privious"->"previous" --- .../40_multi-index/how-to-instantiate-a-multi-index-table.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/06_how-to-guides/40_multi-index/how-to-instantiate-a-multi-index-table.md b/docs/06_how-to-guides/40_multi-index/how-to-instantiate-a-multi-index-table.md index 9ab286ef0a..607508dae5 100644 --- a/docs/06_how-to-guides/40_multi-index/how-to-instantiate-a-multi-index-table.md +++ b/docs/06_how-to-guides/40_multi-index/how-to-instantiate-a-multi-index-table.md @@ -53,7 +53,7 @@ using namespace eosio; + typedef eosio::multi_index<"testtaba"_n, test_table> test_tables; ``` -6. Define the multi index table data member of type `test_tables` defined in the privious step +6. Define the multi index table data member of type `test_tables` defined in the previous step ```diff // the data structure which defines each row of the table struct [[eosio::table]] test_table { @@ -130,4 +130,4 @@ class [[eosio::contract]] multi_index_example : public contract { ``` [[Info | Full example location]] -| A full example project demonstrating the instantiation and usage of multi index table can be found [here](https://github.com/EOSIO/eosio.cdt/tree/master/examples/multi_index_example). \ No newline at end of file +| A full example project demonstrating the instantiation and usage of multi index table can be found [here](https://github.com/EOSIO/eosio.cdt/tree/master/examples/multi_index_example).