Remove "blazing" ()

It doesn't mean anything.
This commit is contained in:
Chris Wong 2021-09-24 20:01:55 +10:00 committed by GitHub
parent 9236d18511
commit fe7588fcef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ Maud is an HTML [template engine] for Rust.
It's implemented as a macro, `html!`, It's implemented as a macro, `html!`,
which compiles your markup to specialized Rust code. which compiles your markup to specialized Rust code.
This unique approach makes Maud templates This unique approach makes Maud templates
blazing fast, super type-safe, and easy to deploy. fast, type-safe, and easy to deploy.
[template engine]: https://www.simple-is-better.org/template/ [template engine]: https://www.simple-is-better.org/template/