commit b6f041aa55d2c6ccf235c1539d0fd4dea467d2e0 from: Justin Cormack via: GitHub date: Tue Nov 12 11:24:59 2019 UTC Merge pull request #43 from npe9/master fix spelling error in doc.go commit - 64abb42af527ed0dacbef777a5dbe36e3b1147f0 commit + b6f041aa55d2c6ccf235c1539d0fd4dea467d2e0 blob - 58438cf7c8fea79c5b83d935f47270e2c835ce0c blob + 6e3468fa38b909972a1134cd741c38a9b149fd77 --- doc.go +++ doc.go @@ -6,7 +6,7 @@ idiomatic Go style. The package revolves around the session type, which is an enumeration of raw 9p message calls. A few calls, such as flush and version, have been elided, -defering their usage to the server implementation. Sessions can be trivially +deferring their usage to the server implementation. Sessions can be trivially proxied through clients and servers. Getting Started