Skip to content

Commit bb933f6

Browse files
committed
Fix typo
1 parent 099dadf commit bb933f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapters/Commander2/Commander.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ MailClientCommand << #NewMailTemplateCommand
507507

508508
Note that we put the new command class in an extension package, while all the code so far resides in package "CodeOfSpec20Book".
509509

510-
One could imagine having template values for all attributes of a mail. As mentioned before, we keep thing simple. Only the body is a template. That is why there is only one instance variable. We will need a write accessor method to set the body template, so let's define it.
510+
One could imagine having template values for all attributes of a mail. As mentioned before, we keep things simple. Only the body is a template. That is why there is only one instance variable. We will need a write accessor method to set the body template, so let's define it.
511511

512512
```
513513
NewMailTemplateCommand >> bodyTemplate: aString

0 commit comments

Comments
 (0)