From 1d0c4e44abcd066f9dee9ff2319a1bc29c415e71 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Tue, 22 Apr 2025 16:01:29 -0500 Subject: [PATCH] readme: runtime->Ring in two spots --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2543794..2835d20 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ _ = try main_rt.msgRing(thread_rt, target_task, .{}); ### Multiple Rings on the same thread You can have multiple Rings in a single thread. One could be a priority -Ring, or handle specific types of tasks, etc. Poll any runtime from any other -runtime. +Ring, or handle specific types of tasks, etc. Poll any `Ring` from any other +`Ring`. ```zig const fd = rt1.backend.pollableFd(); -- 2.51.2