Skip to content

Commit

Permalink
bug #3441 [Expression]Change title 'Accessing Public Methods' (Pyrech)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.4 branch instead (closes #3441).

Discussion
----------

[Expression]Change title 'Accessing Public Methods'

Change title 'Accessing Public Methods' to 'Accessing Public Properties' because it's more in relation with the content.

Commits
-------

b0e65e7 fixe tagline
8fc4ef8 Change title 'Accessing Public Methods'
  • Loading branch information
weaverryan committed Jan 10, 2014
2 parents 3c2c5fc + 52c8586 commit a6ad607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/expression_language/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ 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
to JavaScript::
Expand Down

0 comments on commit a6ad607

Please sign in to comment.