Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[docs] 1.8.x fix typo "privious"->"previous" #1079

Merged
merged 1 commit into from
Apr 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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).
| 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).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nothing changed here... however github is seeing a change... maybe a CRLF at the end of the line?...