Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
Fix a typo in Count.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi authored Apr 28, 2017
1 parent fed09e1 commit f89d619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import com.google.cloud.dataflow.sdk.values.PCollection;

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

0 comments on commit f89d619

Please sign in to comment.