Skip to content

Commit

Permalink
docs: fix typos in Q19 in Ethereum 101.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChmielewskiKamil authored Aug 27, 2022
1 parent 2cc6a3d commit dee129b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quizzes/1. Ethereum 101.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ C
</details>

___
#### Q19 Transaction T1 attempts to write to storage values S1 and S2 of contract C. Transaction 2attempts to read the same storage values S1 and S2. However, T1 reverts due an exception fterwriting S1 but before writing S2. Which of the following is/are true?
#### Q19 Transaction T1 attempts to write to storage values S1 and S2 of contract C. Transaction T2 attempts to read the same storage values S1 and S2. However, T1 reverts due an exception after writing S1 but before writing S2. Which of the following is/are true?
- [ ] A) T2 reads the value of S1 updated by T1

- [ ] B) T2 reads the value of S1 prior to T1’s attempted update
Expand Down Expand Up @@ -475,4 +475,4 @@ ___
<details>
<summary>Click the reveal the answer</summary>
C
</details>
</details>

0 comments on commit dee129b

Please sign in to comment.