modify comment

This commit is contained in:
Asim Aslam
2021-12-09 14:28:37 +00:00
parent 85b66f8760
commit e9244455f3

View File

@@ -102,6 +102,6 @@ message ReadRequest {
// Returns the raw object
message ReadResponse {
// Returns the response as a raw object
// Returns the response as raw data
string object = 1;
}