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 c2af72b commit 4b7809bCopy full SHA for 4b7809b
Sources/PropertyBased/Generator.swift
@@ -16,7 +16,7 @@ public typealias SendableSequenceType = Sequence
16
///
17
/// In most cases, the exact type of `ShrinkSequence` doesn't need to be public in your code, and the `some` keyword can be used instead.
18
/// ```swift
19
-/// let gen = Generator<Output, some Sequence> = ...
+/// let gen: Generator<Output, some Sequence> = ...
20
/// ```
21
public struct Generator<ResultValue, ShrinkSequence: SendableSequenceType>: Sendable {
22
public typealias InputValue = ShrinkSequence.Element
0 commit comments