Skip to content

Commit 1840373

Browse files
committed
MockupNetwork: Nukes extra dot
1 parent dfc3d61 commit 1840373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/Networking/Network/MockupNetwork.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ extension MockupNetwork {
8888
responseMap[requestUrlSuffix] = filename
8989
}
9090

91-
/// We'll return the specified Error, whenever a request matches the specified Suffix Criteria!.
91+
/// We'll return the specified Error, whenever a request matches the specified Suffix Criteria!
9292
///
9393
func simulateError(requestUrlSuffix: String, error: Error) {
9494
errorMap[requestUrlSuffix] = error

0 commit comments

Comments
 (0)