diff --git a/src/index.rs b/src/index.rs index 1cbfc35..7aa8555 100755 --- a/src/index.rs +++ b/src/index.rs @@ -72,7 +72,7 @@ pub struct IndexFile { } impl IndexFile { - /// Creates a new reference to an existing index file, this reads both an index and index2 file. + /// Creates a new reference to an existing index file. pub fn from_existing(path: &str) -> Option { let mut index_file = std::fs::File::open(path).ok()?;