Skip to content

Commit b2a46f6

Browse files
committed
Changed comments to doc comments.
1 parent c8804f7 commit b2a46f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/std/posix.zig

+4-4
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,8 @@ pub const ReadError = error{
799799
/// not hold the required rights to read from it.
800800
AccessDenied,
801801

802-
// This error occurs in Linux if the process to be read from
803-
// no longer exists.
802+
/// This error occurs in Linux if the process to be read from
803+
/// no longer exists.
804804
ProcessNotFound,
805805
} || UnexpectedError;
806806

@@ -1185,8 +1185,8 @@ pub const WriteError = error{
11851185
/// Connection reset by peer.
11861186
ConnectionResetByPeer,
11871187

1188-
// This error occurs in Linux if the process being written to
1189-
// no longer exists.
1188+
/// This error occurs in Linux if the process being written to
1189+
/// no longer exists.
11901190
ProcessNotFound,
11911191
} || UnexpectedError;
11921192

0 commit comments

Comments
 (0)