Skip to content

Commit 5032622

Browse files
Update src/c_string.rs
Co-authored-by: Markus Reiter <me@reitermark.us>
1 parent 1d3b7b4 commit 5032622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c_string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl<const N: usize> CString<N> {
2626
/// use heapless::CString;
2727
///
2828
/// // A fixed-size `CString` that can store up to 10 characters
29-
/// // including the nul terminator
29+
/// // including the nul terminator.
3030
/// let empty = CString::<10>::new();
3131
///
3232
/// assert_eq!(empty.as_c_str(), <&CStr>::default());

0 commit comments

Comments
 (0)