Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Nov 29, 2023
1 parent a83a566 commit 80f5ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minijinja.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct AppState {

#[tokio::main]
async fn main() {
// Set up the Handlebars engine with the same route paths as the Axum router
// Set up the `minijinja` engine with the same route paths as the Axum router
let mut jinja = Environment::new();
jinja
.add_template("/:name", "<h1>Hello Minijinja!</h1><p>{{name}}</p>")
Expand Down

0 comments on commit 80f5ef5

Please sign in to comment.