فهرست منبع

Documentation: mg_get_context_info.md fixed typo

Domenico Di Iorio 6 سال پیش
والد
کامیت
760b2dcca9
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