Errata page for my book F# Applied
Last active
July 17, 2016 15:16
-
-
Save tamizhvendan/987828aae0780b0394531798ce0138b1 to your computer and use it in GitHub Desktop.
F# Applied Book Errata
Page 9:
To keep things simple, we are just concentrating on what needed for our mini web server.
Should be:
To keep things simple, we are just concentrating on what's needed for our mini web server.
Author
Thank you @tonymobster, @tonymobster & @mofus for the comments. Will be releasing the updated version in few days.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Page 8:
Could be:
This function forms the basis of the Suave Library. Suave takes this simple function and builds a beautiful, scalable and robust web development experience around it.