Skip to content

Commit

Permalink
Document header
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Aug 31, 2023
1 parent 60c8e14 commit 03b1f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/http/lib/src/request.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Request extends BaseRequest {
/// This list should only be set, not modified in place.
///
/// Unlike [body], setting [bodyBytes] does not implicitly set a
/// 'Content-Type' header.
/// `Content-Type` header.
///
/// ```dart
/// final request = Request('GET', Uri.https('example.com', 'whatsit/create'))
Expand Down

0 comments on commit 03b1f11

Please sign in to comment.