Skip to content

Commit b396f5b

Browse files
author
simon
authored
Update ch4-05-grpc-hack.md
Append word modification
1 parent 5ef2ab0 commit b396f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch4-rpc/ch4-05-grpc-hack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ func filter(ctx context.Context,
293293
req interface{}, info *grpc.UnaryServerInfo,
294294
handler grpc.UnaryHandler,
295295
) (resp interface{}, err error) {
296-
log.Println("fileter:", info)
296+
log.Println("filter:", info)
297297
return handler(ctx, req)
298298
}
299299
```

0 commit comments

Comments
 (0)