diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-05-19 16:48:23 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-05-19 16:48:23 +0200 |
commit | 6a3ba7037ebf047fcdad3745dc1f684ccb472dce (patch) | |
tree | 424d80d144c1b6482b6f4f8393394947470a86a1 /formats | |
parent | 25077df01588b54ec097ce3f99db6672c5a59463 (diff) | |
download | go-git-6a3ba7037ebf047fcdad3745dc1f684ccb472dce.tar.gz |
documentation
Diffstat (limited to 'formats')
-rw-r--r-- | formats/pktline/encoder.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/pktline/encoder.go b/formats/pktline/encoder.go index bd0ab75..18efa25 100644 --- a/formats/pktline/encoder.go +++ b/formats/pktline/encoder.go @@ -7,7 +7,7 @@ import ( ) var ( - //ErrOverflow happends when the line length exceed the MaxLength + //ErrOverflow is triggered when the line length exceed the MaxLength ErrOverflow = errors.New("unexpected string length (overflow)") ) |