Skip to content

Commit c9c44b1

Browse files
authored
fix: typos in documentation files
Pull-Request: #5693.
1 parent b057f91 commit c9c44b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/CHANGELOG.md

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

88
- Update `Transport::dial` function signature with a `DialOpts` param and remove `Transport::dial_as_listener`:
99
- `DialOpts` struct contains `PortUse` and `Endpoint`,
10-
- `PortUse` allows controling port allocation of new connections (defaults to `PortUse::Reuse`) -
10+
- `PortUse` allows controlling port allocation of new connections (defaults to `PortUse::Reuse`) -
1111
- Add `port_use` field to `ConnectedPoint`
1212
- Set `endpoint` field in `DialOpts` to `Endpoint::Listener` to dial as a listener
1313
- Remove `Transport::address_translation` and relocate functionality to `libp2p_swarm`

identity/CHANGELOG.md

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

1111
## 0.2.8
1212

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

1616
## 0.2.7

0 commit comments

Comments
 (0)