Skip to content

Commit

Permalink
Remove broken link in Real module readme
Browse files Browse the repository at this point in the history
The link target for `[Real]` wasn't defined. I decided toremove the link altogether because the readme would essentially link to itself.
  • Loading branch information
ole authored Nov 12, 2019
1 parent 1b99c54 commit 0ed7e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Real/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[SE-0246] proposed an API for "basic math functions" that would make operations like sine and logarithm available in generic contexts.
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.
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.
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.

## Protocols and Methods

Expand Down

0 comments on commit 0ed7e78

Please sign in to comment.