diff options
author | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-06-21 14:15:08 -0400 |
---|---|---|
committer | Avi Goldman <avrahamymgoldman@gmail.com> | 2016-06-21 14:15:08 -0400 |
commit | 61e1ea7cb8ec1822d80302eecc7ba04165d2f110 (patch) | |
tree | 59764d960e1e89ac5293e28824708e84c2d57830 /lib/SparkPost/SparkPost.php | |
parent | 7adc129a5fe72f5550db34a0a7f89150b17ca83d (diff) | |
download | php-sparkpost-61e1ea7cb8ec1822d80302eecc7ba04165d2f110.zip php-sparkpost-61e1ea7cb8ec1822d80302eecc7ba04165d2f110.tar.gz php-sparkpost-61e1ea7cb8ec1822d80302eecc7ba04165d2f110.tar.bz2 |
added comments and fixed BCC
Diffstat (limited to 'lib/SparkPost/SparkPost.php')
-rw-r--r-- | lib/SparkPost/SparkPost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SparkPost/SparkPost.php b/lib/SparkPost/SparkPost.php index 5c18945..8d51d4a 100644 --- a/lib/SparkPost/SparkPost.php +++ b/lib/SparkPost/SparkPost.php @@ -230,7 +230,7 @@ class SparkPost } /** - * Sets up any endpoints from custom classes e.g. $this->transmissions. + * Sets up any endpoints to custom classes e.g. $this->transmissions. */ private function setupEndpoints() { |