Skip to content

Commit

Permalink
fix: typos in documentation files
Browse files Browse the repository at this point in the history
Pull-Request: #5693.
  • Loading branch information
leopardracer authored Nov 26, 2024
1 parent b057f91 commit c9c44b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- Update `Transport::dial` function signature with a `DialOpts` param and remove `Transport::dial_as_listener`:
- `DialOpts` struct contains `PortUse` and `Endpoint`,
- `PortUse` allows controling port allocation of new connections (defaults to `PortUse::Reuse`) -
- `PortUse` allows controlling port allocation of new connections (defaults to `PortUse::Reuse`) -
- Add `port_use` field to `ConnectedPoint`
- Set `endpoint` field in `DialOpts` to `Endpoint::Listener` to dial as a listener
- Remove `Transport::address_translation` and relocate functionality to `libp2p_swarm`
Expand Down
2 changes: 1 addition & 1 deletion identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## 0.2.8

- Bump `ring` to `0.17.5.
- Bump `ring` to `0.17.5`.
See [PR 4779](https://github.com/libp2p/rust-libp2p/pull/4779).

## 0.2.7
Expand Down

0 comments on commit c9c44b1

Please sign in to comment.