File tree Expand file tree Collapse file tree
web/book/src/reference/stdlib/transforms Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pub(super) fn try_into_exprs(
4040 if let Some ( excluded) = excluded. get ( & cid) {
4141 if !excluded. is_empty ( ) {
4242 return Err (
43- Error :: new_simple ( "Excluding columns not supported as this position" )
43+ Error :: new_simple ( "Excluding columns not supported in this position" )
4444 . with_span ( span) ,
4545 ) ;
4646 }
Original file line number Diff line number Diff line change @@ -4355,7 +4355,7 @@ fn test_group_all() {
43554355 r###"
43564356 from e=albums
43574357 group !{genre_id} (aggregate {count this})
4358- "### ) . unwrap_err( ) , @"Error: Excluding columns not supported as this position" ) ;
4358+ "### ) . unwrap_err( ) , @"Error: Excluding columns not supported in this position" ) ;
43594359}
43604360
43614361#[ test]
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ JOIN artists USING (artist_id)
8888standard doesn't guarantee an order, although most implementations will respect
8989it).
9090
91- <!-- We rolling this back. Waiting on the outcome of https://github.com/PRQL/prql/issues/2622 -->
91+ <!-- We're rolling this back. Waiting on the outcome of https://github.com/PRQL/prql/issues/2622 -->
9292
9393<!-- ## Nulls
9494
You can’t perform that action at this time.
0 commit comments