Fix typo
parent
659e131b0f
commit
2f560ffbe0
|
@ -298,16 +298,16 @@ $nl
|
||||||
"For example, compare the definitions of the " { $link sbuf } " class,"
|
"For example, compare the definitions of the " { $link sbuf } " class,"
|
||||||
{ $code
|
{ $code
|
||||||
"TUPLE: sbuf"
|
"TUPLE: sbuf"
|
||||||
"{ \"underlying\" string }"
|
"{ underlying string }"
|
||||||
"{ \"length\" array-capacity } ;"
|
"{ length array-capacity } ;"
|
||||||
""
|
""
|
||||||
"INSTANCE: sbuf growable"
|
"INSTANCE: sbuf growable"
|
||||||
}
|
}
|
||||||
"with that of the " { $link vector } " class:"
|
"with that of the " { $link vector } " class:"
|
||||||
{ $code
|
{ $code
|
||||||
"TUPLE: vector"
|
"TUPLE: vector"
|
||||||
"{ \"underlying\" array }"
|
"{ underlying array }"
|
||||||
"{ \"length\" array-capacity } ;"
|
"{ length array-capacity } ;"
|
||||||
""
|
""
|
||||||
"INSTANCE: vector growable"
|
"INSTANCE: vector growable"
|
||||||
} ;
|
} ;
|
||||||
|
|
Loading…
Reference in New Issue