From 7d44c7aeaab7a1a4b9b27f49a6a0d67c7dde11cb Mon Sep 17 00:00:00 2001 From: tisdall Date: Wed, 24 Jul 2013 11:24:54 -0400 Subject: [PATCH] Update basics.rst fixed minor cut-n-paste mistake --- docs/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.rst b/docs/basics.rst index 1c4ddf2..aa243f4 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -122,7 +122,7 @@ required". The *missing* of a schema node indicates the value if a value for the schema node is not found in the input data during deserialization. It should be the deserialized representation. If a schema node does not -have a default, it is considered "deserialization required". This +have a missing, it is considered "deserialization required". This value is never validated; it is considered pre-validated. The *name* of a schema node appears in error reports.