Changeset 974bcdd for doc


Ignore:
Timestamp:
Jun 16, 2017, 11:41:31 AM (7 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
f13ee31
Parents:
35ba584c
Message:

Typo fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/tagged-struct.txt

    r35ba584c r974bcdd  
    33Tagged structures allow for dynamic casting between types in a hierarchy.
    44Children (rather pointers to) can be up-cast to their parents, a safe
    5 conversion that may recive language level support or even be implicate.
     5conversion that may recive language level support or even be implicit.
    66Parents can be down cast to their children, which might fail if the underlying
    77object is not of the child type, or a child of that.
     
    2323
    2424The keywords can change (although they currently reflect the concept name
    25 closely). More formally, in terms of grammer this adds:
     25closely). More formally, in terms of grammar this adds:
    2626
    2727struct-or-union-specifier
Note: See TracChangeset for help on using the changeset viewer.