Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3881

Show
Ignore:
Timestamp:
08/15/08 23:17:24 (4 months ago)
Author:
kris
Message:

fixes #1246 :: Documentation error in tango.text.Ascii

kudos to CyaNox?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/text/Ascii.d

    r3523 r3881  
    119119 
    120120        Return the index position of a text pattern within src, or 
    121         pattern.length upon failure. 
     121        src.length upon failure. 
    122122 
    123123        This is a case-insensitive search (with thanks to Nietsnie)