Skip to content

Commit

Permalink
fix: ratings "MA15+", not "MA 15+" (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: MichaelFitzurka <[email protected]>
  • Loading branch information
MichaelFitzurka and MichaelFitzurka authored Apr 27, 2022
1 parent dba4686 commit 27e7ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drafts/v2.1/ComicInfo.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<xs:enumeration value="G" />
<xs:enumeration value="Kids to Adults" />
<xs:enumeration value="M" />
<xs:enumeration value="MA 15+" />
<xs:enumeration value="MA15+" />
<xs:enumeration value="Mature 17+" />
<xs:enumeration value="PG" />
<xs:enumeration value="R18+" />
Expand Down
2 changes: 1 addition & 1 deletion schema/v2.0/ComicInfo.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<xs:enumeration value="G" />
<xs:enumeration value="Kids to Adults" />
<xs:enumeration value="M" />
<xs:enumeration value="MA 15+" />
<xs:enumeration value="MA15+" />
<xs:enumeration value="Mature 17+" />
<xs:enumeration value="PG" />
<xs:enumeration value="R18+" />
Expand Down

0 comments on commit 27e7ffa

Please sign in to comment.