Skip to content

Commit 1b31f40

Browse files
committed
Some reviews
1 parent d4d6b78 commit 1b31f40

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/type_info.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The TypeInfo Component
77

88
- Being able to get types from anything, such as properties, method arguments, return types, and raw strings (and can also be extended).
99

10+
.. caution::
11+
12+
This component is :doc:`experimental </contributing/code/experimental>` and could be changed at any time
13+
without prior notice.
1014

1115
Installation
1216
------------
@@ -20,7 +24,7 @@ Installation
2024
Usage
2125
-----
2226

23-
There is two ways to use this component. First one is to create a manually thanks
27+
There are two ways to use this component. First one is to create a type manually thanks
2428
to :class:`Symfony\\Component\\TypeInfo\\Type` static methods as following::
2529

2630
use Symfony\Component\TypeInfo\Type;

0 commit comments

Comments
 (0)