Skip to content

Commit

Permalink
doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-pierreBoth committed Apr 28, 2024
1 parent 054b27f commit f938df4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/datamap.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! This module provides a memory mapping of Data vectors filling the Hnsw structure. It is managed by the module [hnswio]
//! This module provides a memory mapping of Data vectors filling the Hnsw structure.
//! It is used by the module [hnswio] and also gives access to an iterator over data without loading the graph.
//!
//! We mmap the file and provide
//! - a Hashmap from DataId to address
Expand Down

0 comments on commit f938df4

Please sign in to comment.