Skip to content

Commit

Permalink
Review fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 30, 2023
1 parent 5a96147 commit 5bc5801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/http_profile/lib/http_profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'dart:io';

/// Records information about an HTTP request.
final class HttpClientRequestProfile {
/// Determines whether HTTP profiling is enabled or not.
/// Whether HTTP profiling is enabled or not.
///
/// The value can be changed programmatically or through the DevTools Network
/// UX.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/http_profile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: none
repository: https://github.com/dart-lang/http/tree/master/pkgs/http_profile

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.0.0

dependencies:
test: ^1.24.9
Expand Down

0 comments on commit 5bc5801

Please sign in to comment.