From 8588ddae7fb3c1bf46715b88a6d3a996c5e00e23 Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Tue, 20 Jan 2015 11:08:57 -0300 Subject: [PATCH] Fixes wording --- docs/messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/messages.md b/docs/messages.md index 550ebee..39124c6 100644 --- a/docs/messages.md +++ b/docs/messages.md @@ -3,7 +3,7 @@ description: A superclass for the messages of the bitcoin network --- # Messages -The bitcoin protocol specifies a set of [messages](https://en.bitcoin.it/wiki/Protocol_specification) that can be sent from peer to peer. `bitcore-p2p` provides partial support for some of these messages. +The bitcoin protocol specifies a set of [messages](https://en.bitcoin.it/wiki/Protocol_specification) that can be sent from peer to peer. `bitcore-p2p` provides support for some of these messages. ## List of Messages