mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Fix documentation typo
This commit is contained in:
parent
0b65053ffd
commit
cf9079c783
@ -3079,7 +3079,7 @@ GLFWAPI void glfwSetClipboardString(GLFWwindow* window, const char* string);
|
|||||||
/*! @brief Returns the contents of the clipboard as a string.
|
/*! @brief Returns the contents of the clipboard as a string.
|
||||||
*
|
*
|
||||||
* This function returns the contents of the system clipboard, if it contains
|
* This function returns the contents of the system clipboard, if it contains
|
||||||
* or is convertible to a UTF-8 encoded string. If the clipboard is empty of
|
* or is convertible to a UTF-8 encoded string. If the clipboard is empty or
|
||||||
* if its contents cannot be converted, `NULL` is returned and a @ref
|
* if its contents cannot be converted, `NULL` is returned and a @ref
|
||||||
* GLFW_FORMAT_UNAVAILABLE error is generated.
|
* GLFW_FORMAT_UNAVAILABLE error is generated.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user