Skip to content

Commit 84e03d3

Browse files
committed
minor
1 parent 7353537 commit 84e03d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/MajorityElement_module.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Import the module
2-
Import-Module -Name .\MajorityElement.psm1
2+
Import-Module -Name ./MajorityElement.psm1
33

44
# Example arrays
55
$arr1 = @(2, 2, 1, 1, 1, 2, 2)

0 commit comments

Comments
 (0)