Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stdlib/public/core/FloatingPointTypes.swift.gyb
Original file line number Diff line number Diff line change
Expand Up @@ -1403,8 +1403,8 @@ extension ${Self} {

/// Creates a value that exactly represents the given integer.
///
/// If the given integer is outside the representable range of this type, the
/// result is `nil`.
/// If the given integer is outside the representable range of this type or
/// can't be represented exactly, the result is `nil`.
///
/// - Parameter value: The integer to represent as a floating-point value.
% if srcBits < SignificandBitCount:
Expand Down
Loading