Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion annotations/yo/memory/pod.yo
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ considered any class or struct having the following characteristics:
If a type has some emi(trivial member) then the type (or its base
class(es), cf. chapter ref(INHERITANCE)) does not explicitly define
that member. Rather, it is supplied by the compiler. A trivial default
constructor leaves all its non-class data members unitialized and
constructor leaves all its non-class data members uninitialized and
calls the default constructors of all its class data members. A class
having a trivial default constructor does not define any constructor
at all (nor does/do its base class/classes). It may also define the
Expand Down