| commit | 7390af9dcd3c33042ebaf2474a1724a83cf1a7e6 | [log] [tgz] |
|---|---|---|
| author | light <light@google.com> | Mon Aug 15 22:33:34 2016 +0000 |
| committer | Ross Light <light@google.com> | Mon Aug 15 15:36:29 2016 -0700 |
| tree | 0bda848d6111c388d1d996e5f2b1763a6d1561f4 | |
| parent | 2c1988e8c18d14b142c0b472624f71647cf39adb [diff] |
Fix comment for Buffer.index field PiperOrigin-RevId: 130332792
diff --git a/proto/lib.go b/proto/lib.go index 170b8e8..ac4ddbc 100644 --- a/proto/lib.go +++ b/proto/lib.go
@@ -308,7 +308,7 @@ // temporary Buffer and are fine for most applications. type Buffer struct { buf []byte // encode/decode byte stream - index int // write point + index int // read point // pools of basic types to amortize allocation. bools []bool