diff --git a/pkgs/http_profile/lib/http_profile.dart b/pkgs/http_profile/lib/http_profile.dart index 90d42e73bd..ea27665fb1 100644 --- a/pkgs/http_profile/lib/http_profile.dart +++ b/pkgs/http_profile/lib/http_profile.dart @@ -4,7 +4,7 @@ import 'dart:io'; -/// Records information about an HTTP request. +/// A record of debugging information about an HTTP request. final class HttpClientRequestProfile { /// Whether HTTP profiling is enabled or not. ///