@@ -92,13 +92,13 @@ * @brief An array of all objects. */ @property (readonly, nonatomic) OFArray OF_GENERIC(ObjectType) *allObjects; /** - * @brief A URL-encoded string with the contents of the dictionary. + * @brief The dictionary as a URI query string. */ -@property (readonly, nonatomic) OFString *stringByURLEncoding; +@property (readonly, nonatomic) OFString *URIQueryString; /** * @brief Creates a new OFDictionary. * * @return A new autoreleased OFDictionary