We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2280ea2 commit 5717674Copy full SHA for 5717674
1 file changed
README.md
@@ -52,7 +52,7 @@ func main() {
52
fmt.Printf("the query fingerprint is: %s\n", fp)
53
54
srv := p.GetServerMeta()
55
- fmt.Printf("the SQL server listens ton port %d", srv.Port)
+ fmt.Printf("the SQL server listens to port %d", srv.Port)
56
}
57
```
58
0 commit comments