Skip to content

Commit

Permalink
Update docs/building-a-node-with-ldk/setting-up-a-peer-manager.md
Browse files Browse the repository at this point in the history
Co-authored-by: Elias Rohrer <dev@tnull.de>
  • Loading branch information
ConorOkus and tnull authored Feb 8, 2024
1 parent 9ea1442 commit cd008da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-a-node-with-ldk/setting-up-a-peer-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The `PeerManager` is responsible for managing a set of peer connections and data

## Adding a `PeerManager`

To add a PeerManager to your application, run:
To add a `PeerManager` to your application, run:

<CodeSwitcher :languages="{rust:'Rust', kotlin:'Kotlin', swift:'Swift'}">
<template v-slot:rust>
Expand Down

0 comments on commit cd008da

Please sign in to comment.