small typo fix (#158)

This commit is contained in:
Nikita S 2019-10-18 00:51:32 +00:00 committed by Yaron Schneider
parent a2b9b19f06
commit 4dc9995fc5
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ func (s *server) GetTopicSubscriptions(ctx context.Context, in *empty.Empty) (*p
}, nil }, nil
} }
// Dapper will call this method to get the list of bindings the app will get invoked by. In this example, we are telling Dapr // Dapr will call this method to get the list of bindings the app will get invoked by. In this example, we are telling Dapr
// To invoke our app with a binding named storage // To invoke our app with a binding named storage
func (s *server) GetBindingsSubscriptions(ctx context.Context, in *empty.Empty) (*pb.GetBindingsSubscriptionsEnvelope, error) { func (s *server) GetBindingsSubscriptions(ctx context.Context, in *empty.Empty) (*pb.GetBindingsSubscriptionsEnvelope, error) {
return &pb.GetBindingsSubscriptionsEnvelope{ return &pb.GetBindingsSubscriptionsEnvelope{