summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-01-26 19:22:19 +0100
committerDavid Faure <faure@kde.org>2012-01-26 19:31:29 +0100
commit59933adf44054e5d78719cbcf7585bc68d9585aa (patch)
treed39637abee4c7d6909f677ca489c1d87db26c40c
parent668361327d47ab6e50e407e54f3e236aa3ed611f (diff)
downloadshared-mime-info-59933adf44054e5d78719cbcf7585bc68d9585aa.tar.gz
Fix mimetype names used as examples in the spec
-rw-r--r--shared-mime-info-spec.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-mime-info-spec.xml b/shared-mime-info-spec.xml
index b1562951..0659fe29 100644
--- a/shared-mime-info-spec.xml
+++ b/shared-mime-info-spec.xml
@@ -847,8 +847,8 @@ implementations MUST NOT rely on this method being available.
<title>Subclassing</title>
<para>
A type is a subclass of another type if any instance of the first type is
-also an instance of the second. For example, all image/svg files are also
-text/xml, text/plain and application/octet-stream files. Subclassing is about
+also an instance of the second. For example, all image/svg+xml files are also
+application/xml, text/plain and application/octet-stream files. Subclassing is about
the format, rather than the category of the data (for example, there is no
'generic spreadsheet' class that all spreadsheets inherit from).
</para>