Skip to content

Commit b5cf96c

Browse files
Merge pull request #95 from haskell-numerics/document-deprecation
Fix typos
2 parents 25cf2c9 + 31ce5bb commit b5cf96c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

random-source/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
It is better to use the
1+
This is now **deprecated** and it is better to use the
22
[random](https://hackage.haskell.org/package/random "well maintained")
3-
package and the source of randomness.
3+
package as the source of randomness.
44

55
Here's what you might have written before:
66

random-source/random-source.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: Random number generation based on entropy sources
1818
\"completing\" partial implementations, making it
1919
easy to define new entropy sources in a way that
2020
is naturally forward-compatible.
21-
Now DEPRECATED: see [README] for further
21+
Now DEPRECATED: see [README](#readme) for further
2222
details.
2323

2424
tested-with: GHC == 7.4.2, GHC == 7.6.1

0 commit comments

Comments
 (0)