Skip to content

Commit ebb6a6b

Browse files
committed
Minor text fix.
1 parent 7073c3c commit ebb6a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/DevConsoleMono.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,7 @@ private void InitBuiltInCommands()
18411841
AddCommand(Command.Create<int>(
18421842
"targetfps",
18431843
"",
1844-
"Query or set the target frame rate.",
1844+
"Query or set the target frame rate",
18451845
Parameter.Create("targetFrameRate", "Frame rate the application will try to render at."),
18461846
i =>
18471847
{

0 commit comments

Comments
 (0)