Skip to content

Commit 6db38be

Browse files
committed
linting
1 parent 03a69d6 commit 6db38be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/aws/http/request_response.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ typedef aws_http_stream_write_complete_fn aws_http2_stream_write_data_complete_f
529529
* Optional. May be NULL to write zero bytes. \
530530
* If NULL and end_stream is false, the write is a no-op. \
531531
* If NULL and end_stream is true, the stream is completed with zero bytes written. \
532-
* With Content-Length, total bytes across all writes must match the declared length \
532+
* With Content-Length, total bytes across all writes must match the declared length \
533533
* or the stream fails with AWS_ERROR_HTTP_OUTGOING_STREAM_LENGTH_INCORRECT. \
534534
*/ \
535535
struct aws_input_stream *data; \
@@ -543,7 +543,7 @@ typedef aws_http_stream_write_complete_fn aws_http2_stream_write_data_complete_f
543543
* Invoked when the data is no longer in use, whether or not it was successfully sent. \
544544
* Optional. \
545545
* See `aws_http_stream_write_complete_fn`. \
546-
* Called with AWS_ERROR_SUCCESS if data was sent successfully. \
546+
* Called with AWS_ERROR_SUCCESS if data was sent successfully. \
547547
* Called with AWS_ERROR_HTTP_STREAM_HAS_COMPLETED if the stream was torn down \
548548
* before this write could be processed. \
549549
* Called with another error code if this write's data caused a problem. \

0 commit comments

Comments
 (0)