Show
Ignore:
Timestamp:
09/19/10 02:11:27 (2 years ago)
Author:
walter
Message:

typography

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docsrc/const.dd

    r747 r2040  
    355355But const cannot be implicitly converted to invariant, and neither can 
    356356mutable references. 
    357 Essentially, const is a weaker form of invariant because it says: "you can't 
    358 change this data; someone else may or may not be able to change it." 
     357Essentially, const is a weaker form of invariant because it says: $(DOUBLEQUOTE you can't 
     358change this data; someone else may or may not be able to change it.) 
    359359) 
    360360