Skip to content

Commit

Permalink
Fix comment grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Sep 10, 2021
1 parent f19c416 commit 9ec94a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ type Handler interface {
// return a value of type *jrpc2.Error to control the response code sent
// back to the caller; otherwise the server will wrap the resulting value.
//
// The context passed to the handler by a *jrpc2.Server includes three
// special values that the handler may extract.
// The context passed to the handler by a *jrpc2.Server includes two special
// values that the handler may extract.
//
// To obtain the server instance running the handler, write:
//
Expand Down

0 comments on commit 9ec94a8

Please sign in to comment.