Преглед на файлове

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

bel2125 преди 6 години
родител
ревизия
0ae32b080f
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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