Skip to content

Commit 7952a93

Browse files
Mark OtarisMark Otaris
authored andcommitted
"number random number" -> "random number"
1 parent aff60e5 commit 7952a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/circle.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ circle.attr("cx", function() {
189189
</script>
190190

191191
If you run this example multiple times, you'll see that the attribute is
192-
recomputed as a number random number each time. Unlike Protovis, D3 doesn't
192+
recomputed as a random number each time. Unlike Protovis, D3 doesn't
193193
stash these functions internally; they are run once, immediately, and then your
194194
code continues. So you can run them again or redefine them however you like.
195195

0 commit comments

Comments
 (0)