diff --git a/msg/Classification2D.msg b/msg/Classification2D.msg
index 3ce7596..7a9df4b 100644
--- a/msg/Classification2D.msg
+++ b/msg/Classification2D.msg
@@ -7,6 +7,7 @@ Header header
# A list of class probabilities. This list need not provide a probability for
# every possible class, just ones that are nonzero, or above some user-defined
+# threshold.
ObjectHypothesis[] results
# The 2D data that generated these results (i.e. region proposal cropped out of
diff --git a/msg/ObjectHypothesisWithPose.msg b/msg/ObjectHypothesisWithPose.msg
index e92d302..41d1bb8 100644
--- a/msg/ObjectHypothesisWithPose.msg
+++ b/msg/ObjectHypothesisWithPose.msg
@@ -9,9 +9,9 @@ int64 id
# this value should lie in the range [0-1].
float64 score
-# the 6D pose of the object hypothesis. This pose should be
-# defined as the pose of some fixed reference point on the object, such as the
-# geometric center of the bounding box or the center of mass of the object.
+# The 6D pose of the object hypothesis. This pose should be
+# defined as the pose of some fixed reference point on the object, such as the
+# geometric center of the bounding box or the center of mass of the object.
# Note that this pose is not stamped; frame information can be defined by parent
# messages.
# Also note that different classes predicted
diff --git a/package.xml b/package.xml
index 1bfe001..624b414 100644
--- a/package.xml
+++ b/package.xml
@@ -4,8 +4,7 @@
1.0.0
Messages for interfacing with various computer vision pipelines, such as
- object
- detectors.
+ object detectors.
Adam Allevato