Commit d9af42c9 authored by vaikas-google's avatar vaikas-google

Merge pull request #201 from shawnps/patch-4

fix typo
parents a15401ae 0461f77d
...@@ -33,7 +33,7 @@ type Service struct { ...@@ -33,7 +33,7 @@ type Service struct {
*restful.WebService *restful.WebService
} }
// NewService creates and returns a new Service, initalized with a new // NewService creates and returns a new Service, initialized with a new
// restful.WebService configured with a route that dispatches to the supplied // restful.WebService configured with a route that dispatches to the supplied
// handler. The new Service must be registered before accepting traffic by // handler. The new Service must be registered before accepting traffic by
// calling Register. // calling Register.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment