diff --git a/xep-0115.xml b/xep-0115.xml
index 922422b4..f06a4e7c 100644
--- a/xep-0115.xml
+++ b/xep-0115.xml
@@ -273,7 +273,7 @@
Note: All sorting operations MUST be performed using "i;octet" collation as specified in Section 9.3 of &rfc4790;.
- Initialize an empty string S.
- - Sort the service discovery identities A registry of service discovery identities is located at &DISCOCATEGORIES;. by category and then by type and then by xml:lang (if it exists), formatted as CATEGORY '/' [TYPE] '/' [LANG] '/' [NAME]. The combination of category, type, and xml:lang forms a unique combination, so it is not necessary to also sort by name (the name merely provides some human-readable text associated with a category/type/lang). Note that each slash is included even if the TYPE, LANG, or NAME is not included.
+ - Sort the service discovery identities A registry of service discovery identities is located at &DISCOCATEGORIES;. by category and then by type and then by xml:lang (if it exists), formatted as CATEGORY '/' [TYPE] '/' [LANG] '/' [NAME]. The combination of category, type, and xml:lang forms a unique combination, so it is not necessary to also sort by name (the name merely provides some human-readable text associated with a category/type/lang). Note that each slash is included even if the LANG or NAME is not included (in accordance with XEP-0030, the category and type MUST be included.
- For each identity, append the 'category/type/lang/name' to S, followed by the '<' character.
- Sort the supported service discovery features. A registry of service discovery features is located at &DISCOFEATURES;.
- For each feature, append the feature to S, followed by the '<' character.