From 2183f93d3e0f2ff23af5f6a24caa64e18da78e0f Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Fri, 29 Dec 2017 13:09:59 -0600 Subject: [PATCH] fix typo in pod --- annotations/yo/memory/pod.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotations/yo/memory/pod.yo b/annotations/yo/memory/pod.yo index f782c14c..dcc73072 100644 --- a/annotations/yo/memory/pod.yo +++ b/annotations/yo/memory/pod.yo @@ -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