diff --git a/book/src/overview.md b/book/src/overview.md index efeb5eef..7e01b0a8 100644 --- a/book/src/overview.md +++ b/book/src/overview.md @@ -163,8 +163,7 @@ struct Ast<'db> { } ``` -Just as with an input, new values are created by invoking `Ast::new`. -Unlike with an input, the `new` for a tracked struct only requires a `&`-reference to the database: +Just as with an input, new values are created by invoking `Ast::new`. The `new` function on a tracked struct only requires a `&`-reference to the database: ```rust #[salsa::tracked]