Skip to content

Commit 2dcd912

Browse files
committed
Fix typo in docs
1 parent 573489a commit 2dcd912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/PropertyBased/SeededRandomNumberGenerator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
///
1010
/// Identical instances of this generator must generate the same sequence of values when repeatedly calling `next()`.
1111
///
12-
/// Re-using seeds across multiple executions of the program must result in the same same sequence of values, provided that the Swift library version and the program's dependencies remain unchanged.
12+
/// Re-using seeds across multiple executions of the program must result in the same sequence of values, provided that the Swift library version and the program's dependencies remain unchanged.
1313
public protocol SeededRandomNumberGenerator: RandomNumberGenerator, Hashable, Sendable {
1414

1515
/// The type to use as the seed.

0 commit comments

Comments
 (0)