Skip to content

Commit c7e062c

Browse files
authored
Update README.md
1 parent 7326157 commit c7e062c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Package jsonpointer provides 3 interfaces: `Assigner`, `Resolver`, and
110110
called. `ResolveJSONPointer` should not have side effects. If resolving for an assignment, utilize the
111111
pointer to infer which type should be assigned.
112112

113-
Both `AssignByJSONPointer` and `DeleteByJSONPointer` are invoked on the way back from the leaf.
113+
`AssignByJSONPointer` is invoked on the way back from the leaf. `DeleteByJSONPointer` is invoked after resolving the current token.
114114

115115
All three methods are passed a pointer to the `jsonpointer.JSONPointer` so that
116116
it can be modified. If you do not modify it, jsonpointer will assume the current

0 commit comments

Comments
 (0)