Changeset 450

Show
Ignore:
Timestamp:
10/18/07 16:41:02 (1 year ago)
Author:
andrei
Message:

Fixed documentation bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • candidate/phobos/std/getopt.d

    r387 r450  
    245245--------- 
    246246 
    247 In the example above, "--foo", "--bar", "--FOo", "--bAr" etc. are recognized. The directive is active til the end of $(D_PARAM getopt), or until the converse directive $(D_PARAM caseSensitive) is encountered: 
     247In the example above, "--foo", "--bar", "--FOo", "--bAr" etc. are recognized. The directive is active til the end of $(D_PARAM getopt), or until the converse directive $(D_PARAM caseInsensitive) is encountered: 
    248248 
    249249---------