File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
algoliasearch/lib/src/model
client_recommend/lib/src/model
client_search/lib/src/model Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ final class Widgets {
13
13
this .banners,
14
14
});
15
15
16
- /// banners defined in the merchandising studio for the given search.
16
+ /// Banners defined in the Merchandising Studio for a given search.
17
17
@JsonKey (name: r'banners' )
18
18
final List <Banner >? banners;
19
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ final class Widgets {
13
13
this .banners,
14
14
});
15
15
16
- /// banners defined in the merchandising studio for the given search.
16
+ /// Banners defined in the Merchandising Studio for a given search.
17
17
@JsonKey (name: r'banners' )
18
18
final List <Banner >? banners;
19
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ final class Widgets {
13
13
this .banners,
14
14
});
15
15
16
- /// banners defined in the merchandising studio for the given search.
16
+ /// Banners defined in the Merchandising Studio for a given search.
17
17
@JsonKey (name: r'banners' )
18
18
final List <Banner >? banners;
19
19
You can’t perform that action at this time.
0 commit comments