Skip to content

Commit

Permalink
docs: Update mito engine comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Nov 16, 2022
1 parent df0696a commit 0654840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn table_dir(schema_name: &str, table_name: &str) -> String {
/// [TableEngine] implementation.
///
/// About mito <https://en.wikipedia.org/wiki/Alfa_Romeo_MiTo>.
/// "you can't be a true petrolhead until you've owned an Alfa Romeo" -- by Jeremy Clarkson
/// "You can't be a true petrolhead until you've owned an Alfa Romeo." -- by Jeremy Clarkson
#[derive(Clone)]
pub struct MitoEngine<S: StorageEngine> {
inner: Arc<MitoEngineInner<S>>,
Expand Down

0 comments on commit 0654840

Please sign in to comment.