Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _posts/2016-02-05-safe-casting-in-objc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: Toon
category: cocoa
---

Althought Swift is gradually taking over Objective-C, we still use
Although Swift is gradually taking over Objective-C, we still use
Objective-C for most of our iOS apps. And recently we ran into the
following problem.

Expand All @@ -21,7 +21,7 @@ something like:
```

This is quite lengthy and cumbersome to write. So someone mentioned
the following on our Slack channel:
the following on our Slack channel:

> We need `dynamic_cast` in Objective-C.

Expand Down