chore: tweak comments

This commit is contained in:
Steven
2024-05-20 22:15:51 +08:00
parent 613c9e9416
commit f54b05a521
16 changed files with 45 additions and 45 deletions

View File

@@ -129,7 +129,7 @@ message ListUsersResponse {
message SearchUsersRequest {
// Filter is used to filter users returned in the list.
// Format: "username == frank"
// Format: "username == 'frank'"
string filter = 1;
}