diff --git a/en/intro.rst b/en/intro.rst index 1bc6a14dd7..03c14bcc5a 100644 --- a/en/intro.rst +++ b/en/intro.rst @@ -64,22 +64,22 @@ The View layer renders a presentation of modeled data. Being separate from the Model objects, it is responsible for using the information it has available to produce any presentational interface your application might need. -For example, the view could use model data to render a HTML page containing it, +For example, the view could use model data to render an HTML view template containing it, or a XML formatted result for others to consume:: - // In a view file, we'll render an 'element' for each user. + // In a view template file, we'll render an 'element' for each user. -