mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
std: fix doc comment typo in os.zig
This commit is contained in:
parent
5944e89016
commit
435beb4e1d
@ -993,7 +993,7 @@ pub fn write(fd: fd_t, bytes: []const u8) WriteError!usize {
|
|||||||
/// transfer further bytes or may result in an error (e.g., if the disk is now full).
|
/// transfer further bytes or may result in an error (e.g., if the disk is now full).
|
||||||
///
|
///
|
||||||
/// For POSIX systems, if `fd` is opened in non blocking mode, the function will
|
/// For POSIX systems, if `fd` is opened in non blocking mode, the function will
|
||||||
/// return error.WouldBlock when EAGAIN is received.k`.
|
/// return error.WouldBlock when EAGAIN is received.
|
||||||
/// On Windows, if the application has a global event loop enabled, I/O Completion Ports are
|
/// On Windows, if the application has a global event loop enabled, I/O Completion Ports are
|
||||||
/// used to perform the I/O. `error.WouldBlock` is not possible on Windows.
|
/// used to perform the I/O. `error.WouldBlock` is not possible on Windows.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user