Skip to content

Commit 5bb1855

Browse files
authored
revert error message
1 parent 915cc7d commit 5bb1855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache_content_text.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const ContentTypeCell = 0
1818
// ContentTypeText text
1919
const ContentTypeText = 1
2020

21-
var ErrContentTypeNotFound = errors.New("ErrContentTypeNotFound")
21+
var ErrContentTypeNotFound = errors.New("contentType not found")
2222

2323
type cacheContentText struct {
2424
//---setup---

0 commit comments

Comments
 (0)