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

View File

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