Skip to content

Commit

Permalink
Update some documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Jul 22, 2017
1 parent e8fcada commit 20fc08b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! as Rust's [impl Trait](https://github.com/rust-lang/rust/issues/34511) feature is stabilized,
//! this crate's API will be updated to use it.
//!
//! The client is thoroughly tested against etcd 2.3.7.
//! The client is tested against etcd 2.3.7.
//!
//! # Usage
//!
Expand All @@ -19,9 +19,9 @@
//!
//! To get basic information about the versions of etcd running in a cluster, use the
//! `Client::versions` method. All other API calls are made by passing a `Client` reference to the
//! functions in the `kv` and `stats` modules. These modules contain functions for API calls to the
//! primary key-value store API and statistics API, respectively. The membership and
//! authentication APIs are not yet supported, but planned.
//! functions in the `kv`, `members`, and `stats` modules. These modules contain functions for API
//! calls to the primary key-value store API, the cluster membership API, and statistics API,
//! respectively. The authentication API is not yet supported, but planned.
//!
//! # Examples
//!
Expand Down

0 comments on commit 20fc08b

Please sign in to comment.