Correct typo

This commit is contained in:
Tony Garnock-Jones 2018-04-07 08:42:38 +01:00
parent 5d6e0f3904
commit c122add136
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@
(when (pair? parent-fid)
(define pf (lookup-facet ds parent-fid))
(when pf (set-facet-children! (set-remove (facet-children pf) fid))))
(when pf (set-facet-children! pf (set-remove (facet-children pf) fid))))
(hash-remove! (dataspace-facets ds) fid)