From c3edac62ef386870129f96ecb4d9f74b976fe706 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Tue, 26 Nov 2019 13:02:43 +0100 Subject: [PATCH] doc typo --- src/utils/Transaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Transaction.js b/src/utils/Transaction.js index 2db80eeb..a844a32c 100644 --- a/src/utils/Transaction.js +++ b/src/utils/Transaction.js @@ -71,7 +71,7 @@ export class Transaction { /** * All types that were directly modified (property added or child * inserted/deleted). New types are not included in this Set. - * Maps from type to parentSubs (`item._parentSub = null` for YArray) + * Maps from type to parentSubs (`item.parentSub = null` for YArray) * @type {Map,Set>} */ this.changed = new Map()