Skip to content

Commit 38f0c3f

Browse files
committed
Fixed typo in ResourceConfiguration.kt documentation.
1 parent 6bbbe81 commit 38f0c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/org/sdkotlin/buildlogic/plugins/resources/ResourceConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import javax.inject.Inject
1111
* A project extension for configuring the [ResourceConfigurationsPlugin].
1212
*
1313
* @property name the resource configuration name. Used to derive the default
14-
* value other properties.
14+
* values for other properties.
1515
* @param objects the injected [ObjectFactory].
1616
* @param layout the injected [ProjectLayout]
1717
*/

0 commit comments

Comments
 (0)