Skip to content

Commit eade8e4

Browse files
matt9ucciSean Wheeler
authored and
Sean Wheeler
committed
Fix example numbers in about_Transactions.md (#1859)
Example number '7' is duplicated.
1 parent f42a62f commit eade8e4

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

reference/3.0/Microsoft.PowerShell.Core/About/about_Transactions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ $t.tostring()
579579

580580
Windows PowerShell
581581

582-
# EXAMPLE 7: MANAGING MULTI-SUBSCRIBER TRANSACTIONS
582+
# EXAMPLE 8: MANAGING MULTI-SUBSCRIBER TRANSACTIONS
583583

584584

585585
When you start a transaction while another transaction is in
@@ -663,7 +663,7 @@ RollbackPreference SubscriberCount Status
663663
------------------ --------------- ------
664664
Error 0 Committed
665665

666-
# EXAMPLE 8: MANAGING INDEPENDENT TRANSACTIONS
666+
# EXAMPLE 9: MANAGING INDEPENDENT TRANSACTIONS
667667

668668

669669
When you start a transaction while another transaction is in

reference/4.0/Microsoft.PowerShell.Core/About/about_Transactions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ $t.tostring()
579579

580580
Windows PowerShell
581581

582-
# EXAMPLE 7: MANAGING MULTI-SUBSCRIBER TRANSACTIONS
582+
# EXAMPLE 8: MANAGING MULTI-SUBSCRIBER TRANSACTIONS
583583

584584

585585
When you start a transaction while another transaction is in
@@ -663,7 +663,7 @@ RollbackPreference SubscriberCount Status
663663
------------------ --------------- ------
664664
Error 0 Committed
665665

666-
# EXAMPLE 8: MANAGING INDEPENDENT TRANSACTIONS
666+
# EXAMPLE 9: MANAGING INDEPENDENT TRANSACTIONS
667667

668668

669669
When you start a transaction while another transaction is in

reference/5.0/Microsoft.PowerShell.Core/About/about_Transactions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ $t.tostring()
579579

580580
Windows PowerShell
581581

582-
# EXAMPLE 7: MANAGING MULTI-SUBSCRIBER TRANSACTIONS
582+
# EXAMPLE 8: MANAGING MULTI-SUBSCRIBER TRANSACTIONS
583583

584584

585585
When you start a transaction while another transaction is in
@@ -663,7 +663,7 @@ RollbackPreference SubscriberCount Status
663663
------------------ --------------- ------
664664
Error 0 Committed
665665

666-
# EXAMPLE 8: MANAGING INDEPENDENT TRANSACTIONS
666+
# EXAMPLE 9: MANAGING INDEPENDENT TRANSACTIONS
667667

668668

669669
When you start a transaction while another transaction is in

reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ $t.tostring()
579579

580580
Windows PowerShell
581581

582-
# EXAMPLE 7: MANAGING MULTI-SUBSCRIBER TRANSACTIONS
582+
# EXAMPLE 8: MANAGING MULTI-SUBSCRIBER TRANSACTIONS
583583

584584

585585
When you start a transaction while another transaction is in
@@ -663,7 +663,7 @@ RollbackPreference SubscriberCount Status
663663
------------------ --------------- ------
664664
Error 0 Committed
665665

666-
# EXAMPLE 8: MANAGING INDEPENDENT TRANSACTIONS
666+
# EXAMPLE 9: MANAGING INDEPENDENT TRANSACTIONS
667667

668668

669669
When you start a transaction while another transaction is in

reference/6/Microsoft.PowerShell.Core/About/about_Transactions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ $t.tostring()
579579

580580
Windows PowerShell
581581

582-
# EXAMPLE 7: MANAGING MULTI-SUBSCRIBER TRANSACTIONS
582+
# EXAMPLE 8: MANAGING MULTI-SUBSCRIBER TRANSACTIONS
583583

584584

585585
When you start a transaction while another transaction is in
@@ -663,7 +663,7 @@ RollbackPreference SubscriberCount Status
663663
------------------ --------------- ------
664664
Error 0 Committed
665665

666-
# EXAMPLE 8: MANAGING INDEPENDENT TRANSACTIONS
666+
# EXAMPLE 9: MANAGING INDEPENDENT TRANSACTIONS
667667

668668

669669
When you start a transaction while another transaction is in

0 commit comments

Comments
 (0)