Skip to content

Commit

Permalink
curve: README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Sep 6, 2023
1 parent 9db51a6 commit e94a5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curve25519-dalek/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ your project's `Cargo.toml`:
curve25519-dalek = "4"
```

If opting into SemVer [exempted features](#public-api-semver-exemptions) a range
If opting into [SemVer-exempted features](#public-api-semver-exemptions) a range
can be used to scope the tested compatible version range e.g.:
```toml
curve25519-dalek = ">= 4.0, < 4.2"
Expand Down Expand Up @@ -194,7 +194,7 @@ From 4.x and on, MSRV changes will be accompanied by a minor version bump.

## Public API SemVer Exemptions

Breaking changes to SemVer exempted components affecting the public API will be accompanied by
Breaking changes to SemVer-exempted components affecting the public API will be accompanied by
_some_ version bump. Below are the specific policies:

| Releases | Public API Component(s) | Policy |
Expand Down

0 comments on commit e94a5fe

Please sign in to comment.