Skip to content

Commit 3784bfe

Browse files
authored
fix(4): make example consistent (#326)
1 parent f9d8287 commit 3784bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aep/general/0004/aep.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For protobuf, use the [`google.api.resource`][resource] annotation:
4242

4343
```proto
4444
// A representation of a user event.
45-
message Topic {
45+
message UserEvent {
4646
option (google.api.resource) = {
4747
type: "user.example.com/user-event"
4848
singular: "user-event"

0 commit comments

Comments
 (0)