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.
This commit is contained in:
Nadeesha Cabral
2014-02-06 19:11:19 +05:30
parent 436785e43b
commit 2ad7d1a0ef

View File

@@ -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() {