Skip to content

Commit 3412dba

Browse files
authored
fix Unions.rst
fix Unions.rst docs (copy-paste sentence from interfaces.rst).
1 parent 71d5b1d commit 3412dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/types/unions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The basics:
1212
Quick example
1313
-------------
1414

15-
This example model defines a ``Character`` interface with a name. ``Human``
16-
and ``Droid`` are two implementations of that interface.
15+
This example model defines several ObjectTypes with their own fields.
16+
``SearchResult`` is the implementation of ``Union`` of this object types.
1717

1818
.. code:: python
1919

0 commit comments

Comments
 (0)