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 14b80c0 commit 357d866Copy full SHA for 357d866
README.md
@@ -13,7 +13,7 @@ _SwiftNiceScale_ is part of the [OpenAlloc](https://github.com/openalloc) family
13
<img src="https://github.com/openalloc/SwiftNiceScale/blob/main/Images/naive_nice.png" width="525" height="160"/>
14
15
```swift
16
-let ns = NiceScale(105...543, desiredTicks: 5)
+let ns = NiceScale(105...543, desiredTicks: 5)!
17
18
print("nice range=\(ns.range)")
19
0 commit comments