We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8031dba commit d372a03Copy full SHA for d372a03
source/includes/fundamentals/code-snippets/serialization.rs
@@ -37,7 +37,7 @@ async fn main() -> mongodb::error::Result<()> {
37
38
// begin-insert-struct
39
let article = Article {
40
- title: "Mainting Your Garden in Winter".to_string(),
+ title: "Maintaining Your Garden in Winter".to_string(),
41
date: DateTime::now(),
42
content: "As fall winds down, you might be wondering what you should be doing in your garden in the coming months ...".to_string(),
43
content_embeddings: Vector::Float32(vec! [0.01020927,-0.011224265,0.015686288,-0.018586276,-0.023160344])
0 commit comments