Browse Source

!234 修正 Http 请求类注释
Merge pull request !234 from F4NNIU/fix-http-comment

F4NNIU 5 years ago
parent
commit
e9755a31d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extend/fast/Http.php

+ 1 - 1
extend/fast/Http.php

@@ -3,7 +3,7 @@
 namespace fast;
 
 /**
- * 字符串
+ * Http 请求
  */
 class Http
 {