Skip to content

Commit

Permalink
Update overview.dd
Browse files Browse the repository at this point in the history
  • Loading branch information
Infiltrator committed Mar 19, 2014
1 parent 14f212c commit f3f44cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overview.dd
Expand Up @@ -1074,7 +1074,7 @@ int main()
----
)

$(P NB: The expectation may be that array index x represents the number x, with `i + i + 3` seeming odd at first glance.
$(P NB: The expectation may be that array index $(D x) represents the number x, with $(D i + i + 3) seeming odd at first glance.

However, if one were to consider each index, it would mean that the first element would represent 0 + 0 + 3 = 3;
the second element would represent 1 + 1 + 3 = 5;
Expand Down

0 comments on commit f3f44cb

Please sign in to comment.