Starcounter-Jack / JSON-Patch

Lean and mean Javascript implementation of the JSON-Patch standard (RFC 6902). Update JSON documents using delta patches.
MIT License
1.78k stars 215 forks source link

Documentation for `generate` mentions wrong signature #313

Open davidhusz opened 1 year ago

davidhusz commented 1 year ago

The documentation for the generate function incorrectly mentions an obj parameter before the observer, which is the actual first parameter.