Skip to content

Commit c32508b

Browse files
authored
Fix typo (#18)
1 parent d91c063 commit c32508b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl<R> Volatile<R> {
6262
/// a reference. The only reason that we don't forbid non-reference types in the constructor
6363
/// functions is that the Rust compiler does not support trait bounds on generic `const`
6464
/// functions yet. When this becomes possible, we will release a new version of this library
65-
/// with removed support for non-references. For these reasons it is not recommended to use
65+
/// with removed support for non-references. For these reasons it is recommended to use
6666
/// the `Volatile` type only with references.
6767
///
6868
/// ## Example

0 commit comments

Comments
 (0)