Skip to content

Commit 8ce9437

Browse files
committed
added swift styling to code
1 parent ff9c766 commit 8ce9437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mergesort/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Since you're left with 2 piles, `[9]` finally gets it's chance to merge, resulti
3838

3939
In code, it looks like this:
4040

41-
```
41+
```swift
4242
let array = [2, 1, 5, 4, 9]
4343

4444
func mergeSort(array: [Int]) -> [Int] {

0 commit comments

Comments
 (0)