Jelajahi Sumber

Merge pull request #3893 from coreos/jonboulle-patch-1

docs/benchmarks: small fix in memory benchmark
Jonathan Boulle 10 tahun lalu
induk
melakukan
f62e0ced9b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Documentation/benchmarks/etcd-3-watch-memory-benchmark.md

+ 1 - 1
Documentation/benchmarks/etcd-3-watch-memory-benchmark.md

@@ -10,7 +10,7 @@ Three related components of etcd watch consume physical memory: each `grpc.Conn`
 Each watch stream is an independent HTTP2 connection which consumes another O(10kb) of memory. 
 Each watch stream is an independent HTTP2 connection which consumes another O(10kb) of memory. 
 Multiple watchings might share one watch stream. 
 Multiple watchings might share one watch stream. 
 
 
-Watching is the actual struct that tracks the changes on the key-value store. Each watching shold only consume < O(1kb).
+Watching is the actual struct that tracks the changes on the key-value store. Each watching should only consume < O(1kb).
 
 
 ```
 ```
                                           +-------+
                                           +-------+