Skip to content

Commit

Permalink
Merge pull request #169 from epot/epot-patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
umairk79 committed May 22, 2024
2 parents 7c587cf + 0ab8541 commit 313f8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In this example a GRPC server is configured with a single adaptive limiter that
// Create and configure a server builder
ServerBuilder builder = ...;

builder.addService(ServerInterceptor.intercept(service,
builder.addService(ServerInterceptors.intercept(service,
ConcurrencyLimitServerInterceptor.newBuilder(
new GrpcServerLimiterBuilder()
.partitionByHeader(GROUP_HEADER)
Expand Down

0 comments on commit 313f8ff

Please sign in to comment.