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 a1e119a commit 80f7b60
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 @@ -409,7 +409,7 @@ Here are the two formatting strings that they use:
<span style="color:gray;">///</span><span style="color:green;">&nbsp;in&nbsp;child&nbsp;node&nbsp;for&nbsp;bottom-up&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_parent_in_child
&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;parent\&quot;&nbsp;:&nbsp;{2}}}&quot;</span>;
Expand Down

0 comments on commit 80f7b60

Please sign in to comment.