We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3b7b4 commit 5032622Copy full SHA for 5032622
src/c_string.rs
@@ -26,7 +26,7 @@ impl<const N: usize> CString<N> {
26
/// use heapless::CString;
27
///
28
/// // A fixed-size `CString` that can store up to 10 characters
29
- /// // including the nul terminator
+ /// // including the nul terminator.
30
/// let empty = CString::<10>::new();
31
32
/// assert_eq!(empty.as_c_str(), <&CStr>::default());
0 commit comments