Skip to content

Commit f89d619

Browse files
authored
Fix a typo in Count.java
1 parent fed09e1 commit f89d619

File tree

1 file changed

+1
-1
lines changed
  • sdk/src/main/java/com/google/cloud/dataflow/sdk/transforms

1 file changed

+1
-1
lines changed

sdk/src/main/java/com/google/cloud/dataflow/sdk/transforms/Count.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import com.google.cloud.dataflow.sdk.values.PCollection;
2222

2323
/**
24-
* {@code PTransorm}s to count the elements in a {@link PCollection}.
24+
* {@code PTransform}s to count the elements in a {@link PCollection}.
2525
*
2626
* <p>{@link Count#perElement()} can be used to count the number of occurrences of each
2727
* distinct element in the PCollection, {@link Count#perKey()} can be used to count the

0 commit comments

Comments
 (0)