Skip to content

Commit 8680be3

Browse files
Update README.md
1 parent f7075cc commit 8680be3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/IntegerUtilities/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ which performs a bitwise shift with rounding and saturation.
6565

6666
If you are using saturating arithmetic, you may also want to perform
6767
saturating conversions between integer types; this functionality is provided
68-
by the standard library via the [`init(clamping:)` API]
69-
(https://developer.apple.com/documentation/swift/binaryinteger/init(clamping:))
68+
by the standard library via the [`init(clamping:)` API][clamping]
7069

7170
## Types
7271

7372
The `RoundingRule` enum is used with shift, division, and round operations to specify how to round their results to a representable value.
73+
74+
[clamping]: https://developer.apple.com/documentation/swift/binaryinteger/init(clamping:)

0 commit comments

Comments
 (0)