Skip to content

Commit

Permalink
Fix broken markup in IsEditor() docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Holzmann committed May 3, 2019
1 parent ef09fb8 commit 54d4f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/script/fn/IsEditor.xml
Expand Up @@ -14,7 +14,7 @@
<code>public func InitializePlayer(int plr) <code>public func InitializePlayer(int plr)
{ {
if (IsEditor()) if (IsEditor())
<funclink>SetWealth</funclink>funclink>(plr, 10**4); <funclink>SetWealth</funclink>(plr, 10**4);
}</code> }</code>
<text>Gives the player a lot of wealth for testing purposes in editor mode.</text> <text>Gives the player a lot of wealth for testing purposes in editor mode.</text>
</example> </example>
Expand Down

0 comments on commit 54d4f1d

Please sign in to comment.