File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/www/site/content/en/documentation/runtime Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ You can set resource hints programmatically on pipeline transforms using [PTrans
6868{{< /paragraph >}}
6969
7070{{< paragraph class="language-yaml" >}}
71- You can set resource hints pipeline transforms using a ` resource_hint ` attribute.
71+ You can set resource hints pipeline transforms using a ` resource_hints ` attribute.
7272{{< /paragraph >}}
7373
7474{{< highlight java >}}
@@ -108,6 +108,6 @@ pcoll | beam.ParDo(BigMemFn()).with_resource_hints(
108108{{< /highlight >}}
109109
110110{{< paragraph class="language-yaml" >}}
111- Such a ` resource_hint ` attribute can also be placed on the top-level pipeline
111+ Such a ` resource_hints ` attribute can also be placed on the top-level pipeline
112112object to apply to the entire pipeline.
113113{{< /paragraph >}}
You can’t perform that action at this time.
0 commit comments