Skip to content

Commit 739ff6f

Browse files
committed
Fix typo in Result.swift
1 parent 2a58d61 commit 739ff6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Result.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ extension Result {
170170
/// produces another `Result` type.
171171
///
172172
/// In this example, note the difference in the result of using `map` and
173-
/// `flatMap` with a transformation that returns an result type.
173+
/// `flatMap` with a transformation that returns a result type.
174174
///
175175
/// func getNextInteger() -> Result<Int, Error> {
176176
/// .success(4)

0 commit comments

Comments
 (0)