missed a change to add the phrase 'and quiz 95' to the statement regarding Zig's Io interface.

This commit is contained in:
Michael Walker
2026-06-11 09:59:17 -04:00
parent bc443a1113
commit c24a170ca8
+1 -1
View File
@@ -1,5 +1,5 @@
//
// In Exercises 85-94, we learned about Zig's Io interface for
// In Exercises 85-94 and quiz 95, we learned about Zig's Io interface for
// concurrent execution: io.async(), Group, Select, and Futures.
// Under the hood, the Threaded backend manages a pool of real
// OS threads for you - including scheduling, cancellation, and