We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a58d61 commit 739ff6fCopy full SHA for 739ff6f
stdlib/public/core/Result.swift
@@ -170,7 +170,7 @@ extension Result {
170
/// produces another `Result` type.
171
///
172
/// In this example, note the difference in the result of using `map` and
173
- /// `flatMap` with a transformation that returns an result type.
+ /// `flatMap` with a transformation that returns a result type.
174
175
/// func getNextInteger() -> Result<Int, Error> {
176
/// .success(4)
0 commit comments