Fix typo
Tony Hsu authored 5 years ago
GitHub committed 5 years ago
148 | 148 | // struct, which is a combination of 2 anonymous functions: the first |
149 | 149 | // function actually runs the component, and the second function should |
150 | 150 | // interrupt the first function and cause it to return. It's in these |
151 | // functions that we actually bin the Go kit server/handler structs to the | |
152 | // concrete transports and start them running. | |
151 | // functions that we actually bind the Go kit server/handler structs to the | |
152 | // concrete transports and run them. | |
153 | 153 | // |
154 | 154 | // Putting each component into its own block is mostly for aesthetics: it |
155 | 155 | // clearly demarcates the scope in which each listener/socket may be used. |