Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit b22fa45

Browse files
author
livecodesam
authored
[Bugfix-22686] Correct parameter in playerPropertyAvailable example
1 parent 0115d5d commit b22fa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dictionary/message/playerPropertyAvailable.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Platforms: mobile
1616

1717
Example:
1818
on playerPropertyAvailable pPropertyName
19-
if theProperty is "duration" then
19+
if pPropertyName is "duration" then
2020
answer "You can now query the length of the movie"
2121
end if
2222
end playerPropertyAvailable

0 commit comments

Comments
 (0)