Skip to content

Commit 10f73df

Browse files
committed
fixing internal link, and removing link from parameter (not suppported by DocC)
1 parent 4d2c3cb commit 10f73df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Histogram/Histogram.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public struct Histogram<Count: FixedWidthInteger & Codable>: Codable {
126126
* If not specified the histogram will be constructed to implicitly track values
127127
* as low as 1.
128128
* - highestTrackableValue: The highest value to be tracked by the histogram. Must be a positive
129-
* integer that is `>= (2 * ``lowestDiscernibleValue``)`.
129+
* integer that is `>= (2 * lowestDiscernibleValue)`.
130130
* - numberOfSignificantValueDigits The number of significant decimal digits to which the histogram will
131131
* maintain value resolution and separation.
132132
* Default is 3.
@@ -539,7 +539,7 @@ public struct Histogram<Count: FixedWidthInteger & Codable>: Codable {
539539
public let percentile: Double
540540

541541
/**
542-
* The percentile level that the iterator returning this ``IterationValue`` had iterated to.
542+
* The percentile level that the iterator returning this ``Histogram/Histogram/IterationValue`` had iterated to.
543543
* Generally, `percentileLevelIteratedTo` will be equal to or smaller than `percentile`,
544544
* but the same value point can contain multiple iteration levels for some iterators. E.g. a
545545
* percentile iterator can stop multiple times in the exact same value point (if the count at

0 commit comments

Comments
 (0)