Skip to content

Commit 5ca7f7a

Browse files
Avoid repeating "type".
Co-authored-by: Bradley Mackey <[email protected]>
1 parent 779a410 commit 5ca7f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Policy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
/// }
5454
///
5555
/// In the code above,
56-
/// the result type has a failure type of `Never`,
56+
/// `favoriteNumber` has a failure type of `Never`,
5757
/// indicating that it always succeeds.
5858
/// The switch statement is therefore exhaustive,
5959
/// even though it doesn't contain a `.failure` case,

0 commit comments

Comments
 (0)