Skip to content

Commit 3f76024

Browse files
danieldkDaniël de Kok
authored andcommitted
Small polish in read_word2vec
1 parent cc5c195 commit 3f76024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embeddings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ impl PyEmbeddings {
8686
read_non_fifu_embeddings(path, |r| Embeddings::read_text_dims(r))
8787
}
8888

89-
/// read_text_dims(path,/)
89+
/// read_word2vec(path,/)
9090
/// --
9191
///
9292
/// Read embeddings in the word2vec binary format.

0 commit comments

Comments
 (0)