Skip to content

Commit ea9aec4

Browse files
author
Noxy
committed
Fixed typo
1 parent 5cb4a41 commit ea9aec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_posts/2015-08-03-law-of-demeter.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extension AppDelegate {
3636
UIApplication.doSomething()
3737
}
3838
}
39-
``
39+
```
4040

4141
Now the class would just call `UIApplication.doSomething()` or `AppDelegate.doSomething()`.
4242

0 commit comments

Comments
 (0)