Skip to content

Commit 8fc4ef8

Browse files
committed
Change title 'Accessing Public Methods'
Change title 'Accessing Public Methods' to 'Accessing Public Properties'. Title 'Accessing Public Properties' more in relation with the content.
1 parent 0f90fed commit 8fc4ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/expression_language/syntax.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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
31+
Accessing Public Properties
3232
~~~~~~~~~~~~~~~~~~~~~~~~
3333

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

0 commit comments

Comments
 (0)