Просмотр исходного кода

Merge pull request #755 from domekuf/master

Documentation: mg_get_context_info.md fixed typo
bel2125 6 лет назад
Родитель
Сommit
0d5c32704a
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 |
 | Parameter | Type | Description |
 | :--- | :--- | :--- |
 | :--- | :--- | :--- |
 |**`ctx`**|`struct mg_context *`|The server context handle|
 |**`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
 ### Return Value