From a708d4076ea63d773a23d3d03518f51e0763e454 Mon Sep 17 00:00:00 2001 From: Alessandro Minoccheri Date: Thu, 24 Aug 2017 11:27:54 +0200 Subject: [PATCH] fixed typo into native-sql documentation --- docs/en/reference/native-sql.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/native-sql.rst b/docs/en/reference/native-sql.rst index 75231b7a9..fe633aea6 100644 --- a/docs/en/reference/native-sql.rst +++ b/docs/en/reference/native-sql.rst @@ -63,7 +63,7 @@ This has several benefits: - The API is much simpler than the usual ``ResultSetMapping`` API. One downside is that the builder API does not yet support entities -with inheritance hierachies. +with inheritance hierarchies. .. code-block:: php