Skip to content

Commit 9a09cb4

Browse files
committed
update example path
Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
1 parent 165161b commit 9a09cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Consequently, this indicates where an API should be added! Adding an API at a
2121
particular level in the hierarchy means that it is supported on all the child
2222
platforms of that level. For example, when adding a Unix API it should be added
2323
to `src/unix/mod.rs`, but when adding a Linux-only API it should be added to
24-
`src/unix/notbsd/linux/mod.rs`.
24+
`src/unix/linux_like/linux/mod.rs`.
2525

2626
If you're not 100% sure at what level of the hierarchy an API should be added
2727
at, fear not! This crate has CI support which tests any binding against all

0 commit comments

Comments
 (0)