From bbae4498079fff28be163a748ea1268c9622bb42 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 30 Oct 2023 13:11:40 -0700 Subject: [PATCH] Update pkgs/http_profile/lib/http_profile.dart Co-authored-by: Nate Bosch --- pkgs/http_profile/lib/http_profile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///