Skip to content

Commit d8adba4

Browse files
authored
Update README.md
1 parent a2ddd95 commit d8adba4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ With the following software and hardware list you can run all code files present
4848
| | Android Studio 3.6.1, VS Code | |
4949

5050

51+
## Errata
52+
* Page 25, Section: Using getters and setters (code snippet line 5 and 6): **clark.age = 30;** _should be_ **clark_age = 30;** and **print ('${clark.name} ${clark.surname} ${clark.age}');** _should be_ **print ('${clark.name} ${clark.surname} ${clark_age}');**
53+
5154

5255
### Related products <Other books you may enjoy>
5356
* iOS 13 Programming for Beginners - Fourth Edition [[Packt]](https://www.packtpub.com/in/mobile/ios-13-programming-for-beginners-fourth-edition?utm_source=github&utm_medium=repository&utm_campaign=9781838821906) [[Amazon]](https://www.amazon.com/dp/1838821902)
@@ -59,4 +62,4 @@ With the following software and hardware list you can run all code files present
5962
wrote his first program when he was 12: it was a text-based fantasy game for the Commodore 64. A few years later, he is now a trainer (MCT), author, speaker, passionate software architect, and always a proud coder. He has published several courses on Dart and Flutter on Pluralsight. His mission is to help developers achieve more through training and mentoring.
6063

6164
### Suggestions and Feedback
62-
[Click here](https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMeKGqib_Ow/viewform) if you have any feedback or suggestions.
65+
[Click here](https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMeKGqib_Ow/viewform) if you

0 commit comments

Comments
 (0)