Skip to content

Commit 8b30a47

Browse files
RTLcoilnitzanj
authored andcommitted
minor: Fixed typo in Javadoc (#189)
1 parent a231072 commit 8b30a47

File tree

1 file changed

+1
-1
lines changed
  • cloudinary-core/src/main/java/com/cloudinary

1 file changed

+1
-1
lines changed

cloudinary-core/src/main/java/com/cloudinary/Api.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ private ApiResponse updateResourcesAccessMode(String accessMode, String byKey, O
585585
/**
586586
* Add a new metadata field definition
587587
* @param field The field to add.
588-
* @return A map representing the newlay added field.
588+
* @return A map representing the newly added field.
589589
* @throws Exception
590590
*/
591591
public ApiResponse addMetadataField(MetadataField field) throws Exception {

0 commit comments

Comments
 (0)