Skip to content

Commit

Permalink
Use rinja as noun in the book and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Jul 28, 2024
1 parent 2baa5b6 commit 9933f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rinja

`rinja` is based on [Askama](https://crates.io/crates/askama).
**Rinja** is based on [Askama](https://crates.io/crates/askama).
It implements a template rendering engine based on [Jinja](https://jinja.palletsprojects.com/), and
generates type-safe Rust code from your templates at compile time
based on a user-defined `struct` to hold the template's context.
Expand Down
2 changes: 1 addition & 1 deletion book/src/template_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ struct MyTemplate {

## Calling functions

If you only provide a function name, `rinja` will assume it's a method. If
If you only provide a function name, rinja will assume it's a method. If
you want to call a method, you will need to use a path instead:

```jinja
Expand Down

0 comments on commit 9933f6e

Please sign in to comment.