Skip to content

Commit a301489

Browse files
Merge pull request #72 from ole/patch-1
Remove broken link in Real module readme
2 parents 1b99c54 + 0ed7e78 commit a301489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Real/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[SE-0246] proposed an API for "basic math functions" that would make operations like sine and logarithm available in generic contexts.
44
It was accepted, but because of limitations in the compiler, the API could not be added to the standard library in a source-stable manner.
5-
The `Real` [module][Real] provides that API as a separate module so that you can use it right away to get access to the improved API for these operations in your projects.
5+
The `Real` module provides that API as a separate module so that you can use it right away to get access to the improved API for these operations in your projects.
66

77
## Protocols and Methods
88

0 commit comments

Comments
 (0)