From 789c2f1eaa1d9484d1f568f2690742b4f4a6b676 Mon Sep 17 00:00:00 2001 From: Mike Justman Date: Wed, 6 Sep 2017 07:49:27 -0400 Subject: [PATCH] text revisions * phrasing --- monero/library.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monero/library.php b/monero/library.php index 3970d5e..0474fc7 100644 --- a/monero/library.php +++ b/monero/library.php @@ -35,8 +35,8 @@ class Monero_Library public function __construct($pUrl, $pUser, $pPass) { - $this->validate(false === extension_loaded('curl'), 'The curl extension must be loaded for using this class!'); - $this->validate(false === extension_loaded('json'), 'The json extension must be loaded for using this class!'); + $this->validate(false === extension_loaded('curl'), 'The curl extension must be loaded to use this class!'); + $this->validate(false === extension_loaded('json'), 'The json extension must be loaded to use this class!'); $this->url = $pUrl; $this->username = $pUser;