Skip to content

Commit 5dd12f4

Browse files
committed
Use feature in experimental-features code sample
1 parent a6154c1 commit 5dd12f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ get_experimental_features_1: |-
16501650
update_experimental_features_1: |-
16511651
let client = Client::new("http://localhost:7700", Some("apiKey"));
16521652
let features = ExperimentalFeatures::new(&client);
1653-
// update the feature you want here
1653+
features.set_metrics(true)
16541654
let res = features
16551655
.update()
16561656
.await

0 commit comments

Comments
 (0)