Skip to content

Commit

Permalink
Fix typo/spelling (CryptozombiesHQ#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttasterisco authored Aug 15, 2021
1 parent 81c5ce0 commit 964ce01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fa/14/09.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Great job, you've computed the request `id`.

Next, you would want to implement a simple system that keeps tracks of pending requests. Just like you did for the caller contract, for this you'll be using a mapping. This time let's call it `pendingRequests`.

The `getLatestEthPrice` function should also fire and event and, lastly, it should return the request `id`.
The `getLatestEthPrice` function should also fire an event and, lastly, it should return the request `id`.

Let's see how you can implement this in code.

Expand Down

0 comments on commit 964ce01

Please sign in to comment.