浏览代码

Corrected typo in README

pmasl 8 年之前
父节点
当前提交
08d9165b6c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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).