Skip to content

Commit c5c2b4e

Browse files
committed
Updating readme (formatting)
1 parent fbe7a99 commit c5c2b4e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Diff for: README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ Still have no idea how to make things private, public, or protected. In Objectiv
2323

2424
Xcode is as unstable as always. The background compiler/code analyzer kept on crashing and restarting itself. Xcode was functional enough to allow the project to be brought to some state of completion. The debugger is horribly broken though. (Note that Xcode 6 DP is obviously beta software.)
2525

26-
Features Swift has that Objective-C lacks
27-
=========================================
26+
### Features Swift has that Objective-C lacks
2827
(Not comprehensive)
2928

3029
- Tuples
@@ -55,8 +54,7 @@ Features Swift has that Objective-C lacks
5554
- Native range operators and limited array slicing (``..`` and ``...``)
5655

5756

58-
Objective-C features with no direct native Swift idiom
59-
======================================================
57+
### Objective-C features with no direct native Swift idiom
6058
(AFAIK; some of these might be available through interop)
6159

6260
- Method swizzling
@@ -67,8 +65,7 @@ Objective-C features with no direct native Swift idiom
6765
- Selectors
6866

6967

70-
Features I wish Swift had
71-
=========================
68+
### Features I wish Swift had
7269

7370
- Better support for n-dimensional array initialization
7471
- Tuples usable as dictionary keys (although there are technical issues)

0 commit comments

Comments
 (0)