finished renaming types

This commit is contained in:
awtterpip
2024-04-18 17:28:53 -05:00
parent e2f7f840a9
commit afdb046ba8
4 changed files with 8 additions and 8 deletions

View File

@@ -125,7 +125,7 @@ impl<T: GraphicsType> GraphicsWrap<T> {
/// # Example
///
/// ```
/// pub struct OxrFrameStream(GraphicsWrap<XrFrameStream>);
/// pub struct OxrFrameStream(GraphicsWrap<OxrFrameStream>);
///
/// impl GraphicsType for OxrFrameStream {
/// // Here is the inner type