- From: Sandro Hawke <sandro@w3.org>
- Date: Mon, 29 Jan 2007 17:13:39 -0500
- To: Dave Reynolds <der@hplb.hpl.hp.com>
- Cc: public-rif-wg@w3.org
[quick reply to a small point before running out the door.]
> > class Composite
> > property parts : list of Term
> >
> > subclass Atom
> >
> > subclass Term
>
> That doesn't describe Expr and has Term as a subclass of Composite which
> doesn't seem right.
>
> Did you mean:
>
> class Composite
> property parts : list of Term
> subclass Atom
> subclass Expr
Yes, I made a typo of "Term" for "Expr" there. Thanks for catching
that!
- s
Received on Monday, 29 January 2007 22:14:21 UTC