Skip to content

Commit

Permalink
Apply Kyle feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed Nov 7, 2023
1 parent 442654b commit 90bf08d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions source/sdk/kotlin/realm-database/crud/delete.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,8 @@ the object.
Remove Elements from a RealmList
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can remove one or more elements from a
`RealmList <{+kotlin-local-prefix+}io.realm.kotlin.types/-realm-list/index.html>`__
at a time:
You can remove one or more elements in a single transaction from a
`RealmList <{+kotlin-local-prefix+}io.realm.kotlin.types/-realm-list/index.html>`__:

- To remove one element from the list, pass the element to
`list.remove() <{+kotlin-local-prefix+}io.realm.kotlin.types/-realm-list/index.html#731697687%2FFunctions%2F878332154>`__.
Expand Down Expand Up @@ -331,9 +330,8 @@ In the following example, we have a ``Forest`` object with a list of
Remove Elements from a RealmSet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can remove one or more elements from a
`RealmSet <{+kotlin-local-prefix+}io.realm.kotlin.types/-realm-set/index.html>`__
at a time:
You can remove one or more elements in a single transaction from a
`RealmSet <{+kotlin-local-prefix+}io.realm.kotlin.types/-realm-set/index.html>`__:

- To remove one element from the set, pass the element
you want to delete to
Expand Down

0 comments on commit 90bf08d

Please sign in to comment.