Small change for clarity.

This commit is contained in:
Ad5001 2021-12-28 21:02:31 +01:00
parent 13e6b1a3d3
commit f4497f646c
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ property Object.name
# Optional constructor. # Optional constructor.
Object.constructor() { Object.constructor() {
Object.name = $1 this.name = $1
} }
# Example function # Example function