mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
The docstring claimed the function removes nil values in addition to the specified object, but the implementation only removes elements equal to the given object. Fix the docstring in both data.cljc and the local copy in files/changes.cljc.