Skip to content

Commit a6ad607

Browse files
committed
bug #3441 [Expression]Change title 'Accessing Public Methods' (Pyrech)
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'
2 parents 3c2c5fc + 52c8586 commit a6ad607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/expression_language/syntax.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Working with Objects
2828
When passing objects into an expression, you can use different syntaxes to
2929
access properties and call methods on the object.
3030

31-
Accessing Public Methods
32-
~~~~~~~~~~~~~~~~~~~~~~~~
31+
Accessing Public Properties
32+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
3333

3434
Public properties on objects can be accessed by using the ``.`` syntax, similar
3535
to JavaScript::

0 commit comments

Comments
 (0)