Skip to content

Commit

Permalink
Merge pull request #3175 from walkerford/walkerford-patch-1
Browse files Browse the repository at this point in the history
Corrected code example typo in udapp.md
  • Loading branch information
ryestew committed Oct 17, 2023
2 parents 726bd8b + 3abce61 commit d8dae7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/udapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ needs to put in at the top of the solidity file.
### Example of passing nested struct to a function
Consider a nested struct defined like this:
```
struct gardenPlot {
struct Garden {
uint slugCount;
uint wormCount;
Flower[] theFlowers;
Expand Down

0 comments on commit d8dae7b

Please sign in to comment.