@@ -1,7 +1,7 @@ /* - * Copyright (c) 2008-2021 Jonathan Schleifer + * Copyright (c) 2008-2022 Jonathan Schleifer * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE.QPL included in @@ -131,12 +131,12 @@ * * For example, a query like `key1=value1&key2=value2` would correspond to the * following dictionary: * * @{ - * @"key1": "value1", - * @"key2": "value2" + * @"key1": @"value1", + * @"key2": @"value2" * } */ @property OF_NULLABLE_PROPERTY (readonly, copy, nonatomic) OFDictionary OF_GENERIC(OFString *, OFString *) *queryDictionary; @@ -155,11 +155,11 @@ * @brief The URL as a string. */ @property (readonly, nonatomic) OFString *string; /** - * @brief The URL with relative sub paths resolved. + * @brief The URL with relative subpaths resolved. */ @property (readonly, nonatomic) OFURL *URLByStandardizingPath; #ifdef OF_HAVE_FILES /**