typo in App Development with Swift iBook

Hey guys,


While learning more about iOS and Swift development via the awesome Apple iBook "App Development with Swift" I noticed a typo and just wanted to raise it for correction.


Section 2.5 Collections on page 176: the Review Questions 1 of 2.


The answers for B and C read:


"snakes" is added as a key, with a value of 0.

"snakes" is updated to have a value of 0 instead of 4.


The correction should read :


"snake" is added as a key, with a value of 0.

"snake" is updated to have a value of 0 instead of 4.


The key of "snake" have been incorrectly pluralised. Not urgent but thought I would raise it to be corrected so that it doesn't confuse students of the language.


Thanks

Accepted Reply

>thought I would raise it to be corrected


Might want to file a bug against the sample via bug reporter, thanks.

Replies

>thought I would raise it to be corrected


Might want to file a bug against the sample via bug reporter, thanks.