diff --git a/Tutorial/Part4.md b/Tutorial/Part4.md index cd0a00c..6b4913f 100644 --- a/Tutorial/Part4.md +++ b/Tutorial/Part4.md @@ -106,7 +106,7 @@ extension Bitmap { } ``` -This method initializes a `Bitmap` from a `UIImage`. I works by creating a new `CGContext` backed by an array of `Color` pixels, then drawing the `UIImage` into that context, thereby filling the `Color` array with the image contents. +This method initializes a `Bitmap` from a `UIImage`. It works by creating a new `CGContext` backed by an array of `Color` pixels, then drawing the `UIImage` into that context, thereby filling the `Color` array with the image contents. In `ViewController.swift`, add the following free function at the top of the file[[4]](#footnote4):