Browse Source

Merge branch 'master' of https://github.com/civetweb/civetweb

bel2125 6 năm trước cách đây
mục cha
commit
0ae32b080f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      docs/api/mg_get_context_info.md

+ 2 - 2
docs/api/mg_get_context_info.md

@@ -7,8 +7,8 @@
 | Parameter | Type | Description |
 | :--- | :--- | :--- |
 |**`ctx`**|`struct mg_context *`|The server context handle|
-|**`buffer**|`char *`|A string buffer to store the information|
-|**`buflen**|`int`|Size of the string buffer (including space for a terminating 0)|
+|**`buffer`**|`char *`|A string buffer to store the information|
+|**`buflen`**|`int`|Size of the string buffer (including space for a terminating 0)|
 
 ### Return Value