We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e983d commit 58c0128Copy full SHA for 58c0128
Palindromes/README.markdown
@@ -50,9 +50,9 @@ func palindromeCheck (text: String?) -> Bool {
50
51
This code can be tested in a playground using the following:
52
53
-``swift
+```swift
54
palindromeCheck("Race car")
55
-``
+```
56
57
Since the phrase "Race car" is a palindrome, this will return true.
58
0 commit comments