@@ -245,15 +245,15 @@ - (nullable id)valueForKey: (OFString *)key; /** * @brief Sets a value for a key. * - * This is equivalent to OFMutableDictionary#setObject:forKey:. If the - * dictionary is immutable, an @ref OFUndefinedKeyException is thrown. + * This is equivalent to OFMutableDictionary#setObject:forKey:. * * @param key The key to set * @param value The value to set the key to + * @throw OFUndefinedKeyException The dictionary is immutable */ - (void)setValue: (nullable id)value forKey: (OFString *)key; /** * @brief Checks whether the dictionary contains an object equal to the