From df72ef06fda0f8151ad8baa4843ea78cf8c4b49f Mon Sep 17 00:00:00 2001
From: F4NNIU <sparkamax@gmail.com>
Date: Wed, 9 Sep 2020 09:22:13 +0800
Subject: [PATCH] 修正 Http 请求类注释

---
 extend/fast/Http.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extend/fast/Http.php b/extend/fast/Http.php
index c4f25cd..81f2b17 100644
--- a/extend/fast/Http.php
+++ b/extend/fast/Http.php
@@ -3,7 +3,7 @@
 namespace fast;
 
 /**
- * 字符串类
+ * Http 请求类
  */
 class Http
 {
--
libgit2 0.24.0