Selaa lähdekoodia

docs(modules): make reasons for deprecation more clear

Yicheng Qin 11 vuotta sitten
vanhempi
commit
5602d4a2ee
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Documentation/modules.md

+ 1 - 1
Documentation/modules.md

@@ -4,7 +4,7 @@ etcd has a number of modules that are built on top of the core etcd API.
 These modules provide things like dashboards, locks and leader election.
 
 **Warning**: Modules is deprecated from v0.4, and is expected to be added back in the near future.
-For now, we have to focus on raft algorithm and etcd core to make sure that it works correctly and fast. And etcd's API changes from time to time, which is painful to maintain these modules. Moreover, the implementation of lock module has some flaws, which may mislead users. But we also notice that these modules are popular and useful, and plan to add them back with full functionality as soon as possible.
+For now, we are choosing to focus on raft algorithm and etcd core to make sure that it works correctly and fast. And it is time consuming to maintain these modules in this period, given that etcd's API changes from time to time. Moreover, the lock module has some unfixed bugs, which may mislead users. But we also notice that these modules are popular and useful, and plan to add them back with full functionality as soon as possible.
 
 ### Dashboard