Skip to content

Commit e7ce3dc

Browse files
committed
docs
1 parent ca08390 commit e7ce3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ final random = Xrandom(); // works on all platforms
7474
quoteOfTheDay = quotes[random.nextInt(quotes.length)];
7575
```
7676

77-
You need billions and billions of randoms in a non-recurring sequence:
77+
You need billions and billions of randoms in a non-repeating sequence:
7878

7979
``` dart
8080
final random = XrandomHq(); // works on mobile and desktop

0 commit comments

Comments
 (0)