Skip to content

Commit a550e47

Browse files
committed
ALT -> alt.
1 parent de5449c commit a550e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rts/Lua/LuaConstCMD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ bool LuaConstCMD::PushEntries(lua_State* L)
109109
* - `params` {start, end}. both are optional and if not set default to queue limits.
110110
* - Start and end will be clamped to the biggest queue intersection.
111111
* - For example `{2,100}` is be processed as `{2,5}` (or `{2}`) in a queue with 5 items).
112-
* - With `alt`, start and end are indexes, without ALT, they're tags.
112+
* - With `alt`, start and end are indexes, without `alt`, they're tags.
113113
*
114114
* ## Command Options
115115
* - `meta` Range/filter switch.

0 commit comments

Comments
 (0)