Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo enumarates -> enumerates #147

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common.j
Original file line number Diff line number Diff line change
Expand Up @@ -10192,7 +10192,7 @@ Clears a group and then adds units of matching internal name to it.
@param unitname The internal name of the unit definition to consider for adding units. For original unit definitions, this equals the `name` property in `units/unitui.slk`, for custom unit definitions, it equals "custom_" + fourcc (e.g., "custom_h000").
@param filter A filter function that is run for each considered unit.

@note In contrast to spatial GroupEnum-functions, this function enumarates units with locust.
@note In contrast to spatial GroupEnum-functions, this function enumerates units with locust.

@note Within the filter function, the considered unit can be accessed with `GetFilterUnit`.

Expand All @@ -10218,7 +10218,7 @@ Clears a group and then adds units of matching player to it.
@param whichPlayer The player whose units to consider for adding units.
@param filter A filter function that is run for each considered unit.

@note In contrast to spatial GroupEnum-functions, this function enumarates units with locust.
@note In contrast to spatial GroupEnum-functions, this function enumerates units with locust.

@note Within the filter function, the considered unit can be accessed with `GetFilterUnit`.

Expand Down