Jing Yang 5 лет назад
Родитель
Сommit
7af5aa332a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ time.
 ## Usage
 ## Usage
 `labrpc` allows creating a network that passes RPC calls. RPCs servers can be registered in the network, with a unique
 `labrpc` allows creating a network that passes RPC calls. RPCs servers can be registered in the network, with a unique
 name. Clients can connect to servers via server names. Each client is identified by its name, so that they can
 name. Clients can connect to servers via server names. Each client is identified by its name, so that they can
-bedisabled if and when needed.
+be disabled if and when needed.
 
 
 A typical use case is as follows.
 A typical use case is as follows.