Skip to content

Commit 3bee72e

Browse files
committed
Fix typo
1 parent 572c832 commit 3bee72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ std::FILE* create_file() {
4343
}
4444

4545
/// Returns an implementation-defined handle to the file
46-
/// @param[in] file The file to the native handle for
46+
/// @param[in] file The file to get the native handle for
4747
/// @returns The underlying implementation-defined handle
4848
file::native_handle_type get_native_handle(std::FILE* file) noexcept {
4949
#ifdef _WIN32

0 commit comments

Comments
 (0)