You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -244,8 +244,8 @@ If your computed property is wrapped in a `AttributeType` then you can still use
244
244
245
245
### Copying/Mutating `ResourceObjects`
246
246
`ResourceObject` is a value type, so copying is its default behavior. There are three common mutations you might want to make when copying a `ResourceObject`:
247
-
1. Assigning a new `ID` to the copy of an identified `ResourceObject`.
248
-
2. Assigning a new `ID` to the copy of an unidentified `ResourceObject`.
247
+
1. Assigning a new `Id` to the copy of an identified `ResourceObject`.
248
+
2. Assigning a new `Id` to the copy of an unidentified `ResourceObject`.
249
249
3. Change attribute or relationship values.
250
250
251
251
The first two can be accomplished with code like the following:
0 commit comments