fix comment.

This commit is contained in:
Raúl Kripalani 2020-11-10 17:51:11 +00:00
parent d79ff24014
commit 659ceaabdd

View File

@ -109,7 +109,7 @@ func (bs *BufferedBS) DeleteBlock(c cid.Cid) error {
func (bs *BufferedBS) View(c cid.Cid, callback func([]byte) error) error {
if bs.writeviewer == nil || bs.readviewer == nil {
// one of the stores doesn't Viewer; fall back to pure Get behaviour.
// one of the stores isn't Viewer; fall back to pure Get behaviour.
blk, err := bs.Get(c)
if err != nil {
return err