mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-30 14:00:29 +00:00
Fix function reference in documentation
This commit is contained in:
parent
e32c619838
commit
063393d176
@ -236,7 +236,7 @@ impl<const N: usize> CString<N> {
|
||||
/// Converts a [`CString`] to a string slice without checking
|
||||
/// that the string contains valid UTF-8.
|
||||
///
|
||||
/// See the safe version, [`CString::to_str`], for more information.
|
||||
/// See the safe version, [`CStr::to_str`], for more information.
|
||||
///
|
||||
/// # Safety
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user