From 2ad7d1a0efb04affda21758ab45e6ae7bfb024b2 Mon Sep 17 00:00:00 2001 From: Nadeesha Cabral Date: Thu, 6 Feb 2014 19:11:19 +0530 Subject: [PATCH] Fixed missing lighted line The line number added had been changed from the previous representation of the code fence, but was not highlighted. Therefore, fixed. --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index c9a51bd17..dcbd7e89d 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -303,7 +303,7 @@ React.renderComponent( Now that the data is available in the `CommentList`, let's render the comments dynamically: -```javascript{4-6} +```javascript{4-6,9} // tutorial10.js var CommentList = React.createClass({ render: function() {