Fix formatting in "Variables" section of docs

This commit is contained in:
Jordan Danford 2017-03-09 09:49:45 -07:00 committed by Dirkjan Ochtman
parent e1b70fb1b9
commit 1442aa71e5

View File

@ -51,8 +51,8 @@
//! Reading from variables is subject to the usual borrowing policies. //! Reading from variables is subject to the usual borrowing policies.
//! For example, `{{ name }}` will get the ``name`` field from the template //! For example, `{{ name }}` will get the ``name`` field from the template
//! context, //! context,
//! while `{{ user.name }}` will get the ``name`` field of the `user` //! while `{{ user.name }}` will get the ``name`` field of the ``user``
//! ``field`` of the template context. //! field of the template context.
//! //!
//! ## Filters //! ## Filters
//! //!