We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d7ffb commit d87c61dCopy full SHA for d87c61d
1 file changed
CHANGELOG.md
@@ -254,7 +254,7 @@ Key points:
254
where
255
T: ValidGrouping<()>,
256
T::IsAggregate: MixedGrouping<is_aggregate::No, Output = is_aggregate::No>,
257
- is_aggreagte::No: MixedGrouping<T::IsAggregate, Output = is_aggreagte::No>,
+ is_aggregate::No: MixedGrouping<T::IsAggregate, Output = is_aggregate::No>,
258
259
- With `feature = "unstable"`, `T: NonAggregate` implies the first two bounds,
260
but not the third. On stable only the first bound is implied. This is a
0 commit comments