We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612428c commit 37bbdf8Copy full SHA for 37bbdf8
protocol/README.md
@@ -26,7 +26,7 @@ if err != nil {
26
// ...
27
```
28
29
-Send a EPP `<hello>` and wait for the new `<greeting>`:
+Send an EPP `<hello>` and wait for the new `<greeting>`:
30
31
```go
32
greeting, err := client.Hello(context.Background())
0 commit comments