From d3ec3ea754822ec875c6c9c887ebbcca1556c93e Mon Sep 17 00:00:00 2001 From: Samundra Shrestha Date: Thu, 27 Jul 2017 01:01:29 +0700 Subject: [PATCH] Documentation: Typo fix --- Documentation/En/Index.xyl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/En/Index.xyl b/Documentation/En/Index.xyl index d4cb803..d207e9a 100644 --- a/Documentation/En/Index.xyl +++ b/Documentation/En/Index.xyl @@ -544,7 +544,7 @@ var_dump(

Compiler: Object model to PHP

-

The object model can be created manually by instanciating all the objects +

The object model can be created manually by instantiating all the objects of kind Hoa\Ruler\Model\* and by combining them together.

@@ -691,11 +691,11 @@ var_dump( simple business rules inspired by the SQL language for the syntax. The language can be transformed in many ways: To an object model in order to be executed, or from this object model, into PHP code - or into the original language. The instanciation of the variables present in + or into the original language. The instantiation of the variables present in the language relies on a context. All these operations are hidden through a simple and clear interface.

The performance aspect has been addressed and two - solutions have been proposed. Today used by the industry on important + solutions have been proposed. Today it is used by the industry on important projects, Hoa\Ruler is able to support heavy loads if these simple methodologies are applied.