Skip to content

Commit

Permalink
Fix a typo (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsrutek authored Mar 26, 2020
1 parent 532447c commit c1ab032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorial/Part4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<sup><a id="reference4"></a>[[4]](#footnote4)</sup>:

Expand Down

0 comments on commit c1ab032

Please sign in to comment.