Chapter 2 Article.swift needs modification

When I test it, “author” is null. So failed to decode json.

I modified “author” attribute in Article.swift source code as following.

let author: String?

Oops.

After I wrote it, I find Later part describes it.

Sorry my hurry.