Skip to content

Commit 3c11029

Browse files
committed
docs: clarify “dag” in std::sys_common doc comment
1 parent f838cbc commit 3c11029

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys_common

1 file changed

+1
-1
lines changed

library/std/src/sys_common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! This is because `sys_common` not only contains platform-independent code,
1212
//! but also code that is shared between the different platforms in `sys`.
1313
//! Ideally all that shared code should be moved to `sys::common`,
14-
//! and the dependencies between `std`, `sys_common` and `sys` all would form a dag.
14+
//! and the dependencies between `std`, `sys_common` and `sys` all would form a DAG.
1515
//! Progress on this is tracked in #84187.
1616
1717
#![allow(missing_docs)]

0 commit comments

Comments
 (0)