1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Merge pull request #70 from arush15june/patch-1

Fix typo in Golang client connection example
This commit is contained in:
Ginger Collison 2020-03-18 17:51:45 -05:00 committed by GitHub
commit 10b15ab71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ if err != nil {
}
defer nc.Close()
// Do something with the connectioConnection nc = Nats.connect("nats://demo.nats.io:4222");
// Do something with the connection nc = Nats.connect("nats://demo.nats.io:4222");
```
{% endtab %}