Skip to content

Commit 6f97ee2

Browse files
committed
Fix signature of fatalError
1 parent 2f73add commit 6f97ee2

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
@@ -28,7 +28,7 @@
2828
/// }
2929
/// }
3030
///
31-
/// // Calling fatalError(_file:line:) unconditionally stops the program.
31+
/// // Calling fatalError(_:file:line:) unconditionally stops the program.
3232
/// func crashAndBurn() -> Never {
3333
/// fatalError("Something very, very bad happened")
3434
/// }

0 commit comments

Comments
 (0)