فهرست منبع

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).