Skip to content

Commit 58c0128

Browse files
author
srutstein21
authored
Updating markdown format for README
1 parent b5e983d commit 58c0128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Palindromes/README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ func palindromeCheck (text: String?) -> Bool {
5050

5151
This code can be tested in a playground using the following:
5252

53-
``swift
53+
```swift
5454
palindromeCheck("Race car")
55-
``
55+
```
5656

5757
Since the phrase "Race car" is a palindrome, this will return true.
5858

0 commit comments

Comments
 (0)