Skip to content

Commit 7cfeb7a

Browse files
authored
Merge pull request #328 from soapyigu/String
Fix typo for zigzag conversion file name
2 parents d96b0d9 + e23019e commit 7cfeb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

String/ZigZagConverstion.swift renamed to String/ZigzagConversion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*/
1010

11-
class Solution {
11+
class ZigzagConversion {
1212
func convert(s: String, _ numRows: Int) -> String {
1313
if numRows == 1 {
1414
return s

0 commit comments

Comments
 (0)