소스 검색

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