diff --git a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/SchemaAwareStreamWriter.java b/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/SchemaAwareStreamWriter.java index 148ecf0e72..f91309be35 100644 --- a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/SchemaAwareStreamWriter.java +++ b/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/SchemaAwareStreamWriter.java @@ -47,7 +47,7 @@ *

NOTE: The schema update ability will be disabled when you pass in a table schema explicitly * through the writer. It is recommended that user either use JsonStreamWriter (which fully manages * table schema) or StreamWriter (which accepts proto format in raw and user will handle the schema - * update event themsevles). If you sse this class, you need to be very cautious about possible + * update event themsevles). If you use this class, you need to be very cautious about possible * mistmach between the writer's schema and the input data, any mismatch of the two will cause data * corruption. */