diff --git a/stardict.go b/stardict.go index f1bcfc7..6e929d7 100644 --- a/stardict.go +++ b/stardict.go @@ -173,8 +173,8 @@ func Open(path string) (*Stardict, error) { // TODO(#3): support the .tdx file. // TODO(#4): support resource storage - // TODO(#6): support collation files. - // TODO(#7): support offset cache files. + // TODO(#7): support collation files. + // TODO(#8): support offset cache files. return s, nil }