There was an error while loading. Please reload this page.
2 parents 23bddba + 7e412ac commit ff916c6Copy full SHA for ff916c6
1 file changed
src/ucstring.rs
@@ -1653,12 +1653,12 @@ impl core::fmt::Debug for U32CString {
1653
}
1654
1655
1656
-/// Alias for `U16String` or `U32String` depending on platform. Intended to match typical C
+/// Alias for [`U16CString`] or [`U32CString`] depending on platform. Intended to match typical C
1657
/// `wchar_t` size on platform.
1658
#[cfg(not(windows))]
1659
pub type WideCString = U32CString;
1660
1661
1662
1663
#[cfg(windows)]
1664
pub type WideCString = U16CString;
0 commit comments