Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos #46

Open
arnsholt opened this issue Dec 8, 2023 · 1 comment
Open

Typos #46

arnsholt opened this issue Dec 8, 2023 · 1 comment

Comments

@arnsholt
Copy link

arnsholt commented Dec 8, 2023

I've been working through the book, and I think I've found a couple of typos in the code:

newToolbars should be newToolbar in

I think presenter is also referred to with dialog in

```language=Smalltalk
ImdbFilmListPresenter >> addFilm
| presenter windowPresenter |
presenter := ImdbFilmPresenter newApplication: self application.
windowPresenter := dialog openModal.
windowPresenter isOk
ifFalse: [ ^ self ].
ImdbFilm
addFilm:
(ImdbFilm new
name: presenter name;
director: presenter director;
year: presenter yearNumber).
self updatePresenter
```

@Ducasse
Copy link
Member

Ducasse commented Dec 8, 2023

Thanks for the feedback!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants