Skip to content

Commit d372a03

Browse files
authored
typo fix
1 parent 8031dba commit d372a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/fundamentals/code-snippets/serialization.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async fn main() -> mongodb::error::Result<()> {
3737

3838
// begin-insert-struct
3939
let article = Article {
40-
title: "Mainting Your Garden in Winter".to_string(),
40+
title: "Maintaining Your Garden in Winter".to_string(),
4141
date: DateTime::now(),
4242
content: "As fall winds down, you might be wondering what you should be doing in your garden in the coming months ...".to_string(),
4343
content_embeddings: Vector::Float32(vec! [0.01020927,-0.011224265,0.015686288,-0.018586276,-0.023160344])

0 commit comments

Comments
 (0)