Skip to content

Commit 2f73add

Browse files
Tighten phrasing.
Co-authored-by: Bradley Mackey <[email protected]>
1 parent 5ca7f7a commit 2f73add

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
@@ -18,7 +18,7 @@
1818
/// A type that has no values and can't be constructed.
1919
///
2020
/// Use `Never` as the return type of a function
21-
/// that doesn't ever return normally --- for example,
21+
/// that doesn't return normally --- for example,
2222
/// because it runs forever or terminates the program.
2323
///
2424
/// // An infinite loop never returns.

0 commit comments

Comments
 (0)