Skip to content

Commit c5f113b

Browse files
committed
Fix comment
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 6bda71a commit c5f113b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/proto/frequenz/api/{{cookiecutter.name}}/{{cookiecutter.name}}.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ package frequenz.api.{{cookiecutter.name}}.{{cookiecutter.name}};
1616
//
1717
// TODO(cookiecutter): Remove this message.
1818
message HelloWorld {
19-
// The lower bound.
19+
// The greeting.
2020
string greet = 1;
2121
}

0 commit comments

Comments
 (0)