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

Changeset 3855

Show
Ignore:
Timestamp:
08/04/08 21:57:49 (4 months ago)
Author:
kris
Message:

fixed a typo

Files:

Legend:

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

    r3854 r3855  
    9191 
    9292        // select elements with one parent and a matching text value 
    93         set = doc.query[].filter((doc.Node n) {return n.hasData("value);}); 
     93        set = doc.query[].filter((doc.Node n) {return n.hasData("value");}); 
    9494        --- 
    9595