8000 Minor reword · symfony/symfony-docs@1310e0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 1310e0d

Browse files
committed
Minor reword
1 parent e43064e commit 1310e0d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

components/dom_crawler.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,11 @@ Extract attribute and/or node values from the list of nodes::
219219

220220
.. note::
221221

222-
Special attribute ``_text`` represents a node value, while ``_name`` represents element name.
223-
Attribute ``_name`` will be added in version 4.3.
222+
Special attribute ``_text`` represents a node value, while ``_name``
223+
represents the element name (the HTML tag name).
224+
225+
.. versionadded:: 4.3
226+
The special attribute ``_name`` was introduced in Symfony 4.3.
224227

225228
Call an anonymous function on each node of the list::
226229

0 commit comments

Comments
 (0)
0