Skip to content

Commit d87c61d

Browse files
committed
Fix changelog typo
1 parent d2d7ffb commit d87c61d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Key points:
254254
where
255255
T: ValidGrouping<()>,
256256
T::IsAggregate: MixedGrouping<is_aggregate::No, Output = is_aggregate::No>,
257-
is_aggreagte::No: MixedGrouping<T::IsAggregate, Output = is_aggreagte::No>,
257+
is_aggregate::No: MixedGrouping<T::IsAggregate, Output = is_aggregate::No>,
258258

259259
- With `feature = "unstable"`, `T: NonAggregate` implies the first two bounds,
260260
but not the third. On stable only the first bound is implied. This is a

0 commit comments

Comments
 (0)