From b359c9f55b32e3253a7abc6d8f9e54b23600f250 Mon Sep 17 00:00:00 2001 From: Santiago Date: Tue, 30 Jun 2020 00:04:57 -0500 Subject: [PATCH] Fix Typo 'improvement' in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4191b7..ea0b1b3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Take a look at [other examples in the GoDoc](http://godoc.org/github.com/soheilh * [GoDocs](https://godoc.org/github.com/soheilhy/cmux) ## Performance -There is room for improvment but, since we are only matching +There is room for improvement but, since we are only matching the very first bytes of a connection, the performance overheads on long-lived connections (i.e., RPCs and pipelined HTTP streams) is negligible.