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 5ca7f7a commit 2f73addCopy full SHA for 2f73add
stdlib/public/core/Policy.swift
@@ -18,7 +18,7 @@
18
/// A type that has no values and can't be constructed.
19
///
20
/// Use `Never` as the return type of a function
21
-/// that doesn't ever return normally --- for example,
+/// that doesn't return normally --- for example,
22
/// because it runs forever or terminates the program.
23
24
/// // An infinite loop never returns.
0 commit comments