Skip to content

Commit

Permalink
ab3TracingCode: Fix typo Deciptor -> Descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Sep 27, 2024
1 parent 1b03fc4 commit 14a438d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/ab3TracingCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Recall from the User Guide that the `edit` command has the format: `edit INDEX [

14. Stepping through the method shows that it calls `ArgumentTokenizer#tokenize()` and `ParserUtil#parseIndex()` to obtain the arguments and index required.

15. The rest of the method seems to exhaustively check for the existence of each possible parameter of the `edit` command and store any possible changes in an `EditPersonDescriptor`. Recall that we can verify the contents of `editPersonDesciptor` through the 'Variables' window.<br>
15. The rest of the method seems to exhaustively check for the existence of each possible parameter of the `edit` command and store any possible changes in an `EditPersonDescriptor`. Recall that we can verify the contents of `editPersonDescriptor` through the 'Variables' window.<br>
![EditCommand](images/tracing/EditCommand.png)

16. As you just traced through some code involved in parsing a command, you can take a look at this class diagram to see where the various parsing-related classes you encountered fit into the design of the `Logic` component.
Expand Down

0 comments on commit 14a438d

Please sign in to comment.