We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7342a3 commit 8b3aa92Copy full SHA for 8b3aa92
1 file changed
testing.md
@@ -79,7 +79,7 @@ func (f *fakeTranslationServer) TranslateText(ctx context.Context, req *translat
79
```
80
81
All of the generated protobuf code found in [google.golang.org/genproto](https://pkg.go.dev/google.golang.org/genproto)
82
-contains a similar `package.UnimplmentedFooServer` type that is useful for
+contains a similar `package.UnimplementedFooServer` type that is useful for
83
creating fakes. By embedding the unimplemented server in the
84
`fakeTranslationServer`, the fake will “inherit” all of the RPCs the server
85
exposes. Then, by providing our own `fakeTranslationServer.TranslateText`
0 commit comments