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

Changeset 3777

Show
Ignore:
Timestamp:
07/20/08 19:28:20 (3 months ago)
Author:
kris
Message:

fixed a typo

Files:

Legend:

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

    r3776 r3777  
    1515 
    1616        Layout can be customized via configuring various handlers and 
    17         associated meta-date. This is utilized to plug in text.locale 
     17        associated meta-data. This is utilized to plug in text.locale 
    1818        for handling custom formats, date/time and culture-specific 
    1919        conversions. 
     
    2929private import  tango.core.Exception; 
    3030 
    31 private import  tango.io.model.IConduit : OutputStream; 
    32  
    3331private import  Utf = tango.text.convert.Utf; 
    3432 
    3533private import  Float  = tango.text.convert.Float, 
    3634                Integer = tango.text.convert.Integer; 
     35 
     36private import  tango.io.model.IConduit : OutputStream; 
    3737 
    3838/*******************************************************************************