Fix broken doc

This commit is contained in:
Greg Fitzgerald 2018-08-22 10:42:28 -06:00 committed by Grimes
parent cabe80b129
commit fda4523cbf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
//! The `solana` library implements the Solana high-performance blockchain architecture.
//! It includes a full Rust implementation of the architecture (see
//! [Server](server/struct.Server.html)) as well as hooks to GPU implementations of its most
//! [Fullnode](server/struct.Fullnode.html)) as well as hooks to GPU implementations of its most
//! paralellizable components (i.e. [SigVerify](sigverify/index.html)). It also includes
//! command-line tools to spin up fullnodes and a Rust library
//! (see [ThinClient](thin_client/struct.ThinClient.html)) to interact with them.