From 4d01f315285c7e909b1af7504150a6c403f64fe9 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 3 Mar 2017 15:37:03 +0100 Subject: Improve language in debugging section --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 765333a..6345603 100644 --- a/README.rst +++ b/README.rst @@ -103,7 +103,7 @@ Review the `test cases`_ for more examples. Debugging and troubleshooting ----------------------------- -You can debug your the parse tree for a template and the generated code by +You can view the parse tree for a template as well as the generated code by changing the ``template`` attribute item list for the template struct: .. code-block:: rust -- cgit