Typos

Issue #23 resolved
Richard Palme created an issue

Hello Ali, I read some more in your book and found more typos:

In chapter "Function Parameters"

  • replace " writefln("%s"), message); "
    with " writeln(message); "

In the solution of the exercise to chapter "Function Parameters"

  • replace "what get swapped in the function"
    with "what gets swapped in the function"

In chapter "Exceptions"

  • replace "to catch thrown exceptions presumably"
    with "to catch thrown exceptions preliminarily"
    (or with "to catch thrown exceptions beforehand")

In chapter "scope"

  • replace "similar functionality with"
    with "similar functionality to"

In chapter "unit testing"

  • replace "if all of the unit tests pass that the program execution continues"
    with "if all of the unit tests pass then the program execution continues"

  • replace "Main purpose of these functions"
    with "The main purpose of these functions"

Comments (1)

  1. Log in to comment