From 7ce02300dee732d131ca3cf34cff6a6d556ea764 Mon Sep 17 00:00:00 2001 From: Ethan Cui <22898666+EthanInSeattle@users.noreply.github.com> Date: Sun, 7 Apr 2024 00:06:02 -0700 Subject: [PATCH] fix: typo Chatty I/O (#5471) The content's title should be "Chatty I/O" instead of "Chat I/O" --- .../content/116-performance-antipatterns/102-chatty-io.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/system-design/content/116-performance-antipatterns/102-chatty-io.md b/src/data/roadmaps/system-design/content/116-performance-antipatterns/102-chatty-io.md index 9ad1eef27..442fa0aeb 100644 --- a/src/data/roadmaps/system-design/content/116-performance-antipatterns/102-chatty-io.md +++ b/src/data/roadmaps/system-design/content/116-performance-antipatterns/102-chatty-io.md @@ -1,4 +1,4 @@ -# Chat I/O +# Chatty I/O The cumulative effect of a large number of I/O requests can have a significant impact on performance and responsiveness.