diff --git a/atmosphere-core/src/schema/mod.rs b/atmosphere-core/src/schema/mod.rs index 794fc0f..b2dc1eb 100644 --- a/atmosphere-core/src/schema/mod.rs +++ b/atmosphere-core/src/schema/mod.rs @@ -173,7 +173,7 @@ pub mod column { // /// We do treat this foreign key as a column of another table. This is not /// smart to do - but can become necessary when doing complex joins. This - /// is memory safe as Self and Self have the exact same memory layout, + /// is memory safe as `Self` and `Self` have the exact same memory layout, /// we do not store any data (A or B) but only a `PhantomData` instance which /// is here transmuted. pub const unsafe fn transmute(&'static self) -> &'static ForeignKey {