Adding fixes based on code review
diff --git a/rackspace/lb/v1/nodes/results.go b/rackspace/lb/v1/nodes/results.go
index 759293a..916485f 100644
--- a/rackspace/lb/v1/nodes/results.go
+++ b/rackspace/lb/v1/nodes/results.go
@@ -70,7 +70,7 @@
 // Status indicates whether the node can accept service traffic. If a node is
 // not listening on its port or does not meet the conditions of the defined
 // active health check for the load balancer, then the load balancer does not
-// forward connections and its status is listed as OFFLINE
+// forward connections, and its status is listed as OFFLINE.
 type Status string
 
 const (