Selaa lähdekoodia

Merge pull request #2 from duong2179/patch-2

Fixed typos in mg_get_response_info.md
duong2179 6 vuotta sitten
vanhempi
commit
0145bd2bd7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/api/mg_get_response_info.md

+ 1 - 1
docs/api/mg_get_response_info.md

@@ -12,7 +12,7 @@
 
 | Type | Description |
 | :--- | :--- |
-|`const struct mg_request_info *`|Pointer to the requested info, or NULL if an error occurred|
+|`const struct mg_response_info *`|Pointer to the response info, or NULL if an error occurred|
 
 ### Description