Skip to content

Commit 6024e16

Browse files
committed
Reword VarDumper description
It is hard to understand what "Built on top" refers to, and even when knowing, the sentence looks weird.
1 parent 9041637 commit 6024e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/VarDumper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ VarDumper Component
22
===================
33

44
The VarDumper component provides mechanisms for walking through any arbitrary
5-
PHP variable. Built on top, it provides a better `dump()` function that you
6-
can use instead of `var_dump`.
5+
PHP variable. It provides a better `dump()` function that you can use instead
6+
of `var_dump`.
77

88
Resources
99
---------

0 commit comments

Comments
 (0)