Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
01/31/2008 04:43:57 AM (18 years ago)
Author:
dsowen
Comment:

Typo.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    88Then, given an instance of class B, the path `"/x/s"` would provide access to the string `s`.
    99
    10 Early-nulls (if `x` were `null`) are also supported (as in JSP's ''Expression Language''), but so is automatic graph construction.  In such a case, a new instances of `A` would have been assigned to `x` to access the (still `null`) string `s`.
     10Early-nulls (if `x` were `null`) are also supported (as in JSP's ''Expression Language''), but so is automatic graph construction.  In such a case, new instances of `A` would have been assigned to `x` to access the (still `null`) string `s`.