diff --git a/docs/v23/configuration/job-router-overview.md b/docs/v23/configuration/job-router-overview.md index 41926fbd..37de8388 100644 --- a/docs/v23/configuration/job-router-overview.md +++ b/docs/v23/configuration/job-router-overview.md @@ -83,7 +83,7 @@ The [ClassAd transform](#classad-transforms) syntax provides many benefits inclu - Statements being evaluated in [the order they are written](writing-job-routes.md#editing-attributes) - Use of variables that are not included in the resultant job ad -- Use of simple case statements +- Use simple case-like logic Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`, diff --git a/docs/v23/configuration/writing-job-routes.md b/docs/v23/configuration/writing-job-routes.md index ae490dd7..900f8b06 100644 --- a/docs/v23/configuration/writing-job-routes.md +++ b/docs/v23/configuration/writing-job-routes.md @@ -45,7 +45,7 @@ The [ClassAd transform](job-router-overview.md#classad-transforms) syntax provid - Statements being evaluated in [the order they are written](#editing-attributes) - Use of variables that are not included in the resultant job ad -- Use of simple case statements +- Use simple case-like logic Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`, diff --git a/docs/v6/configuration/job-router-overview.md b/docs/v6/configuration/job-router-overview.md index 172c230f..88a1de17 100644 --- a/docs/v6/configuration/job-router-overview.md +++ b/docs/v6/configuration/job-router-overview.md @@ -83,7 +83,7 @@ The [ClassAd transform](#classad-transforms) syntax provides many benefits inclu - Statements being evaluated in [the order they are written](writing-job-routes.md#editing-attributes) - Use of variables that are not included in the resultant job ad -- Use of simple case statements +- Use simple case-like logic Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`, diff --git a/docs/v6/configuration/writing-job-routes.md b/docs/v6/configuration/writing-job-routes.md index c2957fd9..6e8bd9c8 100644 --- a/docs/v6/configuration/writing-job-routes.md +++ b/docs/v6/configuration/writing-job-routes.md @@ -45,7 +45,7 @@ The [ClassAd transform](job-router-overview.md#classad-transforms) syntax provid - Statements being evaluated in [the order they are written](#editing-attributes) - Use of variables that are not included in the resultant job ad -- Use of simple case statements +- Use simple case-like logic Additionally, it is now easier to include job transformations that should be evaluated before or after your routes by including transforms in the lists of `JOB_ROUTER_PRE_ROUTE_TRANSFORM_NAMES` and `JOB_ROUTER_POST_ROUTE_TRANSFORM_NAMES`,