Skip to content

Commit

Permalink
Markdown escaping typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ninxsoft committed Apr 13, 2021
1 parent 2fa5574 commit 4df330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KMART/Extensions/String+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ extension String {
.replacingOccurrences(of: "[", with: "[")
.replacingOccurrences(of: "]", with: "]")
.replacingOccurrences(of: "|", with: "|")
.replacingOccurrences(of: "_", with: "]")
.replacingOccurrences(of: "_", with: "_")
}
}

0 comments on commit 4df330c

Please sign in to comment.