Skip to content

Commit

Permalink
Update README.md — typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld authored Mar 11, 2024
1 parent 3febf79 commit cbaf775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ zero-copy -- i.e., simply `::write()`ing a copy of the capnp serialization of `r
The preceding example was chosen for 2 reasons:
- *Performance*: It demonstrates the performance benefits of end-to-end zero-copy.
- *capnp integration*: It shows what it's like to transmit capnp-encoded structures using Flow-IPC, plus
a look at session/channel management and (glacingly) Flow-IPC channel features like request/response.
a look at session/channel management and (glancingly) Flow-IPC channel features like request/response.

## So Flow-IPC is for transmitting Cap'n Proto messages?

Expand Down

0 comments on commit cbaf775

Please sign in to comment.