Skip to content

Commit 00b942c

Browse files
authored
Merge pull request #58 from waynehoggett/patch-1
Minor comment change
2 parents 4559599 + f937bc9 commit 00b942c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ServiceNow/Public/Update-ServiceNowTableEntry.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
function Update-ServiceNowTableEntry{
22
[CmdletBinding(ConfirmImpact='High')]
33
Param(
4-
# sys_id of the entry we're deleting
4+
# sys_id of the entry we're updating
55
[parameter(mandatory=$true)]
66
[parameter(ParameterSetName='SpecifyConnectionFields')]
77
[parameter(ParameterSetName='UseConnectionObject')]
88
[parameter(ParameterSetName='SetGlobalAuth')]
99
[string]$SysId,
1010

11-
# Table containing the entry we're deleting
11+
# Table containing the entry we're updating
1212
[parameter(mandatory=$true)]
1313
[parameter(ParameterSetName='SpecifyConnectionFields')]
1414
[parameter(ParameterSetName='UseConnectionObject')]

0 commit comments

Comments
 (0)