Skip to content

Commit

Permalink
Update scio-core/src/main/scala/com/spotify/scio/values/SCollection.s…
Browse files Browse the repository at this point in the history
…cala

Co-authored-by: Claire McGinty <clairem@spotify.com>
  • Loading branch information
kellen and clairemcginty authored Sep 19, 2024
1 parent cd76b91 commit d3b67dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ sealed trait SCollection[T] extends PCollectionWrapper[T] {
* Generic write method for all `ScioIO[T]` implementations, if it is a test pipeline this will
* evaluate pre-registered output IO implementation which match for the passing `ScioIO[T]`
* implementation. If not, this will invoke [[com.spotify.scio.io.ScioIO[T]#write]] with the
* passed write configuration.
* provided write configuration.
*
* @param io
* an implementation of `ScioIO[T]` trait
Expand Down

0 comments on commit d3b67dc

Please sign in to comment.