Skip to content

Commit 65676c9

Browse files
committed
Fix docs
1 parent 1fd388f commit 65676c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/// for the CLR exception-handling mechanisms. Increasing or disabling the alternate signal stack
88
/// may be necessary to avoid a segfault in such cases.
99
///
10-
/// See https://github.com/OpenByteDev/netcorehost/issues/38 for more details.
10+
/// See <https://github.com/OpenByteDev/netcorehost/issues/38> for more details.
1111
pub mod altstack {
1212
use libc::{
1313
mmap, sigaltstack, stack_t, MAP_ANON, MAP_FAILED, MAP_PRIVATE, PROT_READ, PROT_WRITE,

0 commit comments

Comments
 (0)