We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed09e1 commit f89d619Copy full SHA for f89d619
sdk/src/main/java/com/google/cloud/dataflow/sdk/transforms/Count.java
@@ -21,7 +21,7 @@
21
import com.google.cloud.dataflow.sdk.values.PCollection;
22
23
/**
24
- * {@code PTransorm}s to count the elements in a {@link PCollection}.
+ * {@code PTransform}s to count the elements in a {@link PCollection}.
25
*
26
* <p>{@link Count#perElement()} can be used to count the number of occurrences of each
27
* distinct element in the PCollection, {@link Count#perKey()} can be used to count the
0 commit comments