clarify lua doc

This commit is contained in:
feos 2017-02-19 11:56:17 +03:00
parent 03ea4f9126
commit b5730bda3a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ namespace BizHawk.Client.EmuHawk
[LuaMethodAttributes(
"setmarker",
"Adds or sets a marker at the given frame with the given message"
"Adds or sets a marker at the given frame, with an optional message"
)]
public void SetMarker(int frame, string message = null)
{