Improved docs a bit further

This commit is contained in:
Syrus
2020-07-15 18:12:18 -07:00
parent 0c13173624
commit 9a80977743
5 changed files with 17 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ impl Table {
})
}
/// Gets the underlying [`TableType`].
/// Returns the [`TableType`] of the `Table`.
pub fn ty(&self) -> &TableType {
self.table.ty()
}