From 5d17cfd38583b942639d8e01dbbebadbc6482549 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 27 May 2014 05:35:40 -0700 Subject: [PATCH] bitcoin.client: fix doc usings. --- extra/bitcoin/client/client-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/bitcoin/client/client-docs.factor b/extra/bitcoin/client/client-docs.factor index 212231b5c6..1df485a73d 100644 --- a/extra/bitcoin/client/client-docs.factor +++ b/extra/bitcoin/client/client-docs.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2010 Chris Double. ! See http://factorcode.org/license.txt for BSD license. -USING: help.markup help.syntax kernel math sequences strings ; +USING: assocs help.markup help.syntax kernel math sequences strings ; IN: bitcoin.client HELP: bitcoin-server