Skip to content

Commit c69acfb

Browse files
algolia-botmillotp
andcommitted
fix(playground): reflect spec changes
algolia/api-clients-automation#1790 Co-authored-by: Pierre Millot <[email protected]>
1 parent 624b71d commit c69acfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client_insights/example/example.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ void main() async {
77
apiKey: '6be0576ff61c053d5f9a3225e2a90f76',
88
);
99

10-
// Creating an InsightEvents object with a list of InsightEvent objects.
11-
// Each InsightEvent represents an event such as a user viewing a specific item.
10+
// Creating an InsightsEvents object with a list of EventsItems objects.
11+
// Each EventsItems represents an event such as a user viewing a specific item.
1212
final events = InsightsEvents(
1313
events: [
1414
ViewedObjectIDs(

0 commit comments

Comments
 (0)