Skip to content

Commit

Permalink
fixed github error message saying variable on line 412 not properly c…
Browse files Browse the repository at this point in the history
…losed with }}
  • Loading branch information
Jeremy Tammik committed Dec 9, 2016
1 parent 80f7b60 commit 3811273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a/1450_mep_system_json_graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ Here are the two formatting strings that they use:
<span style="color:gray;">///</span><span style="color:green;">&nbsp;for&nbsp;top-down&nbsp;structure.</span>
<span style="color:gray;">///</span><span style="color:green;">&nbsp;</span><span style="color:gray;">&lt;/</span><span style="color:gray;">summary</span><span style="color:gray;">&gt;</span>
<span style="color:blue;">const</span>&nbsp;<span style="color:blue;">string</span>&nbsp;_json_format_to_store_children_in_parent
&nbsp;&nbsp;=&nbsp;<span style="color:#a31515;">&quot;{{&quot;</span>
&nbsp;&nbsp;=&nbsp;<span style="color:#a31515;">&quot;&#123;&#123;&quot;</span>
&nbsp;&nbsp;+&nbsp;<span style="color:#a31515;">&quot;\&quot;id\&quot;&nbsp;:&nbsp;{0},&nbsp;&quot;</span>
&nbsp;&nbsp;+&nbsp;<span style="color:#a31515;">&quot;\&quot;name\&quot;&nbsp;:&nbsp;\&quot;{1}\&quot;,&nbsp;&quot;</span>
&nbsp;&nbsp;+&nbsp;<span style="color:#a31515;">&quot;\&quot;children\&quot;&nbsp;:&nbsp;[{2}]}}&quot;</span>;
Expand Down

0 comments on commit 3811273

Please sign in to comment.