Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps committed Aug 6, 2018
1 parent 58a8620 commit a843a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.go
@@ -1,6 +1,6 @@
package typhon

// A Service is a function that takes a request and produces a response. Services are used symetrically in
// A Service is a function that takes a request and produces a response. Services are used symmetrically in
// both clients and servers.
type Service func(req Request) Response

Expand Down

0 comments on commit a843a33

Please sign in to comment.