Skip to content

Commit 3d3ab8e

Browse files
committed
fix typo
1 parent be8d103 commit 3d3ab8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Not every single `poki_sdk.commercial_break()` will trigger an ad. Poki’s syst
5454
Rewarded breaks allow for a user to choose to watch a rewarded video ad in exchange for a certain benefit in the game (e.g. more coins, etc.). When using `poki_sdk.rewarded_break()`, please make it clear to the player beforehand that they’re about to watch an ad.
5555

5656
```lua
57-
status-- gameplay stops
57+
-- gameplay stops
5858
poki_sdk.rewarded_break(function(self, status)
5959
if status == poki_sdk.REWARDED_BREAK_ERROR then
6060
print("Rewarded break error!")

0 commit comments

Comments
 (0)