needs needs -> needs

This commit is contained in:
Yuta Yamada
2016-02-11 20:38:51 -08:00
parent e5145cc7b6
commit bd63588061

View File

@@ -127,7 +127,7 @@ Produces roughly this C code:
} MySeq;
The bounds checking done at compile time is not disabled for now, so to access
``s.data[C]`` (where ``C`` is a constant) the array's index needs needs to
``s.data[C]`` (where ``C`` is a constant) the array's index needs to
include ``C``.
The base type of the unchecked array may not contain any GC'ed memory but this