Adding fixes based on code review
diff --git a/rackspace/lb/v1/monitors/doc.go b/rackspace/lb/v1/monitors/doc.go
index 624a17d..2c5be75 100644
--- a/rackspace/lb/v1/monitors/doc.go
+++ b/rackspace/lb/v1/monitors/doc.go
@@ -1,6 +1,6 @@
/*
-Package lbs provides information and interaction with the Health Monitor API
-resource for the Rackspace Cloud Load Balancer service.
+Package monitors provides information and interaction with the Health Monitor
+API resource for the Rackspace Cloud Load Balancer service.
The load balancing service includes a health monitoring resource that
periodically checks your back-end nodes to ensure they are responding correctly.
diff --git a/rackspace/lb/v1/monitors/results.go b/rackspace/lb/v1/monitors/results.go
index e4c6f4d..eec556f 100644
--- a/rackspace/lb/v1/monitors/results.go
+++ b/rackspace/lb/v1/monitors/results.go
@@ -22,10 +22,10 @@
// A CONNECT monitor establishes a basic connection to each node on its defined
// port to ensure that the service is listening properly. The connect monitor
// is the most basic type of health check and does no post-processing or
-// protocol specific health checks.
+// protocol-specific health checks.
//
// HTTP and HTTPS health monitors are generally considered more intelligent and
-// powerful than CONNECT. It is capable of processing a HTTP or HTTPS response
+// powerful than CONNECT. It is capable of processing an HTTP or HTTPS response
// to determine the condition of a node. It supports the same basic properties
// as CONNECT and includes additional attributes that are used to evaluate the
// HTTP response.