@@ -28,11 +28,11 @@ * Key Value Coding makes it possible to access properties dynamically using * the interface described by this protocol. */ @protocol OFKeyValueCoding /*! - * @brief Return the value for the specified key + * @brief Returns the value for the specified key * * @param key The key of the value to return * @return The value for the specified key */ - (nullable id)valueForKey: (OFString*)key;