Skip to content

Commit

Permalink
Update docs/content/en/docs/design/api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balopat authored Nov 5, 2019
1 parent fdd29a7 commit 277d468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/design/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func main() {
defer ctxCancel()
// `client` is the gRPC client with connection to localhost:50051.
// See code above to create it
logStream, err := client.EventLog(ctx, &empty.Empty{})
logStream, err := client.Events(ctx, &empty.Empty{})
if err != nil {
log.Fatalf("could not get events: %v", err)
}
Expand Down

0 comments on commit 277d468

Please sign in to comment.