Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan authored Jun 20, 2017
1 parent 2874950 commit eb18156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ var doc = new HtmlDocument();
htmlDoc.LoadHtml(html);

<span class="code-green">// Descendants</span>
doc.DocumentNode.Descendants("input")
var nodes = doc.DocumentNode.Descendants("input")
</pre>
</div>
Expand Down

0 comments on commit eb18156

Please sign in to comment.