aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi
diff options
context:
space:
mode:
Diffstat (limited to 'documentapi')
-rw-r--r--documentapi/src/vespa/documentapi/messagebus/messages/getbucketlistmessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentapi/src/vespa/documentapi/messagebus/messages/getbucketlistmessage.h b/documentapi/src/vespa/documentapi/messagebus/messages/getbucketlistmessage.h
index 90c46d01b9a..6b70808aea5 100644
--- a/documentapi/src/vespa/documentapi/messagebus/messages/getbucketlistmessage.h
+++ b/documentapi/src/vespa/documentapi/messagebus/messages/getbucketlistmessage.h
@@ -25,7 +25,7 @@ public:
/**
* Returns the bucket whose list to retrieve.
*
- * @return The bucket id.
+ * @return The bucket.
*/
const document::Bucket &getBucket() const { return _bucket; }