Skip to content

Commit

Permalink
Update lib/src/http.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Finnemann Jensen <jopsen@gmail.com>
  • Loading branch information
sigurdm and jonasfj authored Sep 15, 2023
1 parent 9457b2c commit 1080528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/http.dart
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ void handleJsonError(http.BaseResponse response) {
/// Handles an unsuccessful XML-formatted response from google cloud storage.
///
/// Assumes messages are of the form in
/// https://cloud.google.com/storage/docs/xml-api/reference-status.
/// https://cloud.google.com/storage/docs/xml-api/reference-status
///
/// This is a poor person's XML parsing with regexps, but this should be
/// sufficient for the specified messages.
Expand Down

0 comments on commit 1080528

Please sign in to comment.