From 09d9697985683ad9747d6f7f2dbb32bcd13caaf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Thu, 26 May 2016 16:49:14 +0200 Subject: [PATCH] Fixing docs --- signer/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signer/src/lib.rs b/signer/src/lib.rs index d60056f80..fd17758d2 100644 --- a/signer/src/lib.rs +++ b/signer/src/lib.rs @@ -23,7 +23,7 @@ //! This module manages your private keys and accounts/identities //! 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 //! and their responsibility is to confirm (or confirm and sign) //! the transaction for you.