Skip to content

Commit 3111c80

Browse files
committed
Fixed a typo ([Sh]ould) and formatted doc
1 parent 0208fc9 commit 3111c80

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc.go

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
// Package zeroconf is a pure Golang library that employs Multicast DNS-SD for
2-
//
3-
// browsing and resolving services in your network and
4-
// registering own services
5-
//
2+
// browsing and resolving services in your network and registering own services
63
// in the local network.
74
//
85
// It basically implements aspects of the standards
96
// RFC 6762 (mDNS) and
107
// RFC 6763 (DNS-SD).
11-
// Though it does not support all requirements yet, the aim is to provide a complient solution in the long-term with the community.
8+
// Though it does not support all requirements yet, the aim is to provide a
9+
// complient solution in the long-term with the community.
1210
//
13-
// By now, it should be compatible to [Avahi](http://avahi.org/) (tested) and Apple's Bonjour (untested).
14-
// ould work in the most office, home and private environments.
11+
// By now, it should be compatible to [Avahi](http://avahi.org/) (tested) and
12+
// Apple's Bonjour (untested). Should work in the most office, home and private
13+
// environments.
1514
package zeroconf

0 commit comments

Comments
 (0)