From 2fcfd792f0236ae5dc6cc3b01f40415ebdbbd57f Mon Sep 17 00:00:00 2001 From: Yuri Goldfeld Date: Fri, 8 Mar 2024 22:15:35 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3840217ea..265a87c11 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Observations (tested using decent server-grade hardware): The code for this, when using Flow-IPC, is straighforward. Here's how it might look on the client side: ~~~ - // Specify that we *do* want zero-copy behavior, by merely choosing your backing-session type. + // Specify that we *do* want zero-copy behavior, by merely choosing our backing-session type. using Session = ipc::session::shm::classic::Client_session; // Note the `::shm`: means SHM-backed session. // IPC app universe: simple structs naming the 2 apps, so we know with whom to engage in IPC,