cleanup: whitespace and than/then typo

This commit is contained in:
Wolfgang Bumiller 2016-03-23 09:21:37 +01:00 committed by Dietmar Maurer
parent a736ac996c
commit 166e27c74f

View File

@ -1032,7 +1032,6 @@ my $default_schema_noref = {
optional => 1,
default => ".*",
},
enum => {
type => "array",
optional => 1,
@ -1086,7 +1085,7 @@ my $default_schema_noref = {
disallow => {
type => "object",
optional => 1,
description => "This attribute may take the same values as the \"type\" attribute, however if the instance matches the type or if this value is an array and the instance matches any type or schema in the array, than this instance is not valid.",
description => "This attribute may take the same values as the \"type\" attribute, however if the instance matches the type or if this value is an array and the instance matches any type or schema in the array, then this instance is not valid.",
},
extends => {
type => "object",