Skip to content

Commit cfea925

Browse files
committed
Fix formatting for code snippet
1 parent 2379553 commit cfea925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/rendering-data-as-graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ After that, we'll format the contents into a structure that d3 understands:
265265

266266
To wrap up, we'll want to just pass this JSON information over to the same ERB file:
267267

268-
erb :lang_freq, :locals => { :languages => languages.to_json, :language_byte_count => language_bytes.to_json}
268+
erb :lang_freq, :locals => { :languages => languages.to_json, :language_byte_count => language_bytes.to_json}
269269

270270

271271
Just like we did before, here's a bunch of d3 Javascript code that you can just drop

0 commit comments

Comments
 (0)