浏览代码

Update mg_get_response_info.md

duong2179 6 年之前
父节点
当前提交
79a1c8f80d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/mg_get_response_info.md

+ 1 - 1
docs/api/mg_get_response_info.md

@@ -12,7 +12,7 @@
 
 | Type | Description |
 | :--- | :--- |
-|`const struct mg_request_info *`|Pointer to the requested info, or NULL if an error occurred|
+|`const struct mg_response_info *`|Pointer to the response info, or NULL if an error occurred|
 
 ### Description