mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-06 10:48:27 +02:00
fix typo in PrintArrayData parameter comment
This commit is contained in:
@@ -49,7 +49,7 @@ Function GetApplicationIcon {
|
|||||||
# Args:
|
# Args:
|
||||||
# - 'Names': An array of application names.
|
# - 'Names': An array of application names.
|
||||||
# - 'Paths': An array of executable paths.
|
# - 'Paths': An array of executable paths.
|
||||||
# - 'Source': The source of the applications (e.g. Windows Registry, Package manangers, Universal Windows Platform (UWP), etc.)
|
# - 'Source': The source of the applications (e.g. Windows Registry, Package managers, Universal Windows Platform (UWP), etc.)
|
||||||
function PrintArrayData {
|
function PrintArrayData {
|
||||||
param (
|
param (
|
||||||
[string[]]$Names,
|
[string[]]$Names,
|
||||||
|
Reference in New Issue
Block a user