Skip to content

Commit

Permalink
fix stray partial sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jul 21, 2021
1 parent 0dd8c50 commit 0e770a8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions addressing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@ require a 32 bit address. Similarly, `tcp` requires a 16 bit port number.

Although we referred to `/ip4/7.7.7.7` and `/tcp/1234` as "components" of a
larger TCP/IP address, each is actually a valid multiaddr according to the
multiaddr spec. However, not every **syntactically valid multiaddr is a functional description of a process in the network**.
through the network. As we've seen, even a simple TCP/IP connection requires
composing two multiaddrs into one. See the section on [composing
multiaddrs](#composing-multiaddrs) for information on how multiaddrs can be
combined, and the [Transport multiaddrs section](#transport-multiaddrs) for the
combinations that describe valid transport addresses.
multiaddr spec. However, not every **syntactically valid multiaddr is a
functional description of a process in the network**. As we've seen, even a
simple TCP/IP connection requires composing two multiaddrs into one. See the
section on [composing multiaddrs](#composing-multiaddrs) for information on how
multiaddrs can be combined, and the
[Transport multiaddrs section](#transport-multiaddrs) for the combinations that
describe valid transport addresses.

The [multiaddr protocol table][multiaddr-proto-table] contains all currently
defined protocols and the length of their address components.
Expand Down

0 comments on commit 0e770a8

Please sign in to comment.