Browse Source

Corrected typo in README

pmasl 8 years ago
parent
commit
08d9165b6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Waits-and-Latches/README.md

+ 1 - 1
Waits-and-Latches/README.md

@@ -6,7 +6,7 @@ In the output for view_Waits.sql, you will find the following information in 4 s
 -  Waits since server last restarted or DMV was manually cleared using DBCC SQLPERF("sys.dm_os_wait_stats",CLEAR).
 -  Current waiting tasks.
 
-In the output for view_Latches.sql, you will find the following information in 4 sections:
+In the output for view_Latches.sql, you will find the following information in 3 sections:
 -  Uptime Information
 -  Latches over last xx seconds (default is 60s).
 -  Latches since server last restarted or DMV was manually cleared using DBCC SQLPERF("sys.dm_os_latch_stats",CLEAR).