From c673cdae1d4339670a46cf6e6807bcf964ba1429 Mon Sep 17 00:00:00 2001 From: lupusbytes Date: Wed, 21 Aug 2024 18:00:18 +0400 Subject: [PATCH] docs: remove mention of iot from xml summary --- src/Atc.Kusto/Extensions/KustoScriptExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Atc.Kusto/Extensions/KustoScriptExtensions.cs b/src/Atc.Kusto/Extensions/KustoScriptExtensions.cs index 0ba02a3..0b407c1 100644 --- a/src/Atc.Kusto/Extensions/KustoScriptExtensions.cs +++ b/src/Atc.Kusto/Extensions/KustoScriptExtensions.cs @@ -2,7 +2,7 @@ namespace Atc.Kusto; /// -/// Provides extension methods for handling Kusto scripts in the IoT Insights domain, +/// Provides extension methods for handling Kusto scripts and /// simplifying interaction with Kusto by preparing query parameters and request properties. /// public static class KustoScriptExtensions