Skip to content

Commit c8daac3

Browse files
jesperdjm0mus
authored andcommitted
Fixed documentation error for Operation.REPLACE. (#172)
Signed-off-by: Jesper de Jong <[email protected]>
1 parent fa68b5d commit c8daac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/javax/json/JsonPatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ enum Operation {
6666
REMOVE("remove"),
6767

6868
/**
69-
* "remove" operation.
69+
* "replace" operation.
7070
*/
7171
REPLACE("replace"),
7272

0 commit comments

Comments
 (0)