From 8fc4ef8bffe4cbfc5e5be7f08ec3ec655fbf20d2 Mon Sep 17 00:00:00 2001 From: Loick Piera Date: Tue, 7 Jan 2014 19:26:40 +0100 Subject: [PATCH 1/2] Change title 'Accessing Public Methods' Change title 'Accessing Public Methods' to 'Accessing Public Properties'. Title 'Accessing Public Properties' more in relation with the content. --- components/expression_language/syntax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/expression_language/syntax.rst b/components/expression_language/syntax.rst index 4a45f9fbe55..9d401fbffc8 100644 --- a/components/expression_language/syntax.rst +++ b/components/expression_language/syntax.rst @@ -28,7 +28,7 @@ Working with Objects When passing objects into an expression, you can use different syntaxes to access properties and call methods on the object. -Accessing Public Methods +Accessing Public Properties ~~~~~~~~~~~~~~~~~~~~~~~~ Public properties on objects can be accessed by using the ``.`` syntax, similar From b0e65e7f98b54ba95e51fe84f04b1e66e3c47dda Mon Sep 17 00:00:00 2001 From: Loick Piera Date: Tue, 7 Jan 2014 23:26:58 +0100 Subject: [PATCH 2/2] fixe tagline --- components/expression_language/syntax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/expression_language/syntax.rst b/components/expression_language/syntax.rst index 9d401fbffc8..80a3567362d 100644 --- a/components/expression_language/syntax.rst +++ b/components/expression_language/syntax.rst @@ -29,7 +29,7 @@ When passing objects into an expression, you can use different syntaxes to access properties and call methods on the object. Accessing Public Properties -~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~ Public properties on objects can be accessed by using the ``.`` syntax, similar to JavaScript::