Skip to content

Commit

Permalink
missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
cweedall committed May 6, 2024
1 parent 92ae10e commit 27531a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/isi/oba/MapperOperation.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private void setOperationPost() {
}

private void setOperationPut() {
String requestDescription = "An old " + this.schemaName + "to be updated";
String requestDescription = "An old " + this.schemaName + " to be updated";

summary = "Update an existing " + this.schemaName;
description = "Updates an existing " + this.schemaName +
Expand Down

0 comments on commit 27531a1

Please sign in to comment.