Fixing docs

This commit is contained in:
Tomasz Drwięga 2016-05-26 16:49:14 +02:00
parent 28545d706f
commit 09d9697985

View File

@ -23,7 +23,7 @@
//! This module manages your private keys and accounts/identities //! This module manages your private keys and accounts/identities
//! that can be used within Dapps. //! that can be used within Dapps.
//! //!
//! It exposes API (over WebSockets) accessed by System UIs. //! It exposes API (over `WebSockets`) accessed by System UIs.
//! Each transaction sent by Dapp is broadcasted to System UIs //! Each transaction sent by Dapp is broadcasted to System UIs
//! and their responsibility is to confirm (or confirm and sign) //! and their responsibility is to confirm (or confirm and sign)
//! the transaction for you. //! the transaction for you.