Skip to content

Commit

Permalink
fixed title colon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelinski committed Jan 28, 2018
1 parent b93114c commit 2023eaa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion objc-block-syntax.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Objective-C guide: block syntax
title: Objective-C guide: block syntax
description: A quick reference guide for block syntax in Objective-C.
---

Expand Down
2 changes: 1 addition & 1 deletion swift-closures.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Swift 4 guide closures
title: Swift 4 guide: closures
description: A quick reference guide for closures in Swift 4, with inline closures, closures as variables, and closures as functions.
---

Expand Down
2 changes: 1 addition & 1 deletion swift-control-flow.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Swift 4 guide control flow
title: Swift 4 guide: control flow
description: A quick reference guide for control flow in Swift 4, with if, if-else, if-let, guard, for-in, while, and switch examples.
---

Expand Down
2 changes: 1 addition & 1 deletion swift-functions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Swift 4 guide functions
title: Swift 4 guide: functions
description: A quick reference guide for functions in Swift 4, with simple examples and functional examples.
---
{::options parse_block_html="true" /}
Expand Down

0 comments on commit 2023eaa

Please sign in to comment.