From 9ec94a8a47933277440c3552de3784aaf94fd026 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Thu, 9 Sep 2021 20:34:05 -0700 Subject: [PATCH] Fix comment grammar. --- base.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base.go b/base.go index cc9b509..ad30998 100644 --- a/base.go +++ b/base.go @@ -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: //