Skip to content

Commit c4c9ff2

Browse files
authored
'.'
1 parent b4192aa commit c4c9ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/sync/atomic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//!
2222
//! Each method takes an `Ordering` which represents the strength of
2323
//! the memory barrier for that operation. These orderings are the
24-
//! same as [LLVM atomic orderings][1]. For more information see the [nomicon][2]
24+
//! same as [LLVM atomic orderings][1]. For more information see the [nomicon][2].
2525
//!
2626
//! [1]: http://llvm.org/docs/LangRef.html#memory-model-for-concurrent-operations
2727
//! [2]: https://doc.rust-lang.org/nomicon/atomics.html

0 commit comments

Comments
 (0)