Update profiling-api-status.md
authorKshama Pawar <kspawa@microsoft.com>
Thu, 9 Jun 2016 23:10:53 +0000 (16:10 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Jun 2016 23:10:53 +0000 (16:10 -0700)
Documentation/project-docs/profiling-api-status.md

index a1b4ac1..7aaec3c 100644 (file)
@@ -1,6 +1,6 @@
 #Status of CoreCLR Profiler APIs
 
-The notes below will help you determine what profiling APIs are safe to use. The .NET Core project started with the codebase from the desktop CoreCLR/Silverlight so all the profiler APIs present there are also present in the code here. However that doesn't automatically imply that they are all working or being actively tested right now. Our goal is to eventually have everything tested and working across all the supported OSes. As we make progress we'll document it here. If you want to use APIs that we haven't tested yet you are welcome to do so, but you need to do your own testing to determine if it works. If you do test APIs we haven't gotten to yet, we hope you'll add a note below in the Community Tested API section so that everyone can benefit.
+The notes below will help you determine what profiling APIs are safe to use. The .NET Core project started with the codebase from the desktop CoreCLR/Silverlight so all the profiler APIs present there are also present in the code here. However that doesn't automatically imply that they are all working or being actively tested right now. Our goal is to eventually have everything tested and working across all the supported OSes. As we make progress we'll document it here. If you want to use APIs that we haven't tested yet you are welcome to do so, but you need to do your own testing to determine whether they work. If you do test APIs we haven't gotten to yet, we hope you'll add a note below in the Community Tested API section so that everyone can benefit.
 
 ##Microsoft Tested APIs: