Skip to content

Commit 9d850a2

Browse files
authored
Update doc/component/FAQ.markdown
1 parent b4d8191 commit 9d850a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/component/FAQ.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ includes the functionality of the former.
5656
How can I limit the impact of cyclic references in the AST?
5757
-----
5858

59-
NodeConnectingVisitor adds a parent reference, which introduces a cycle. This means that the AST can now only be collected by cycle garbage collector.
59+
NodeConnectingVisitor adds a parent reference, which introduces a cycle. This means that the AST can now only be collected by the cycle garbage collector.
6060
This in turn can lead to performance and/or memory issues.
6161

6262
To break the cyclic references between AST nodes `NodeConnectingVisitor` supports a boolean `$weakReferences` constructor parameter.

0 commit comments

Comments
 (0)