Skip to content

Commit 99336b7

Browse files
authored
Update README.md
1 parent ed2f906 commit 99336b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ fn main() { block_on(async move {
119119
], Some("id")).await.unwrap();
120120

121121
// Query movies (note that there is a typo)
122-
println!("{:?}", movies.search().with_query("Carol").execute::<Movie>().await.unwrap().hits);
122+
println!("{:?}", movies.search().with_query("carlo").execute::<Movie>().await.unwrap().hits);
123123
})}
124124
```
125125

0 commit comments

Comments
 (0)