We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572c832 commit 3bee72eCopy full SHA for 3bee72e
src/file.cpp
@@ -43,7 +43,7 @@ std::FILE* create_file() {
43
}
44
45
/// Returns an implementation-defined handle to the file
46
-/// @param[in] file The file to the native handle for
+/// @param[in] file The file to get the native handle for
47
/// @returns The underlying implementation-defined handle
48
file::native_handle_type get_native_handle(std::FILE* file) noexcept {
49
#ifdef _WIN32
0 commit comments