Skip to content

Commit c64a3a2

Browse files
fix comment.
1 parent c015c04 commit c64a3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/Internal/InAppHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ struct InAppHelper {
255255
enum InAppClickedUrl {
256256
case localResource(name: String) // applewebdata://abc-def/something => something
257257
case iterableCustomAction(name: String) // itbl://something => something
258-
case customAction(name: String) // action:something => something
258+
case customAction(name: String) // action://something => something
259259
case regularUrl(URL) // https://something => https://something
260260
}
261261

0 commit comments

Comments
 (0)