From 313417cb91b04b253f81e56050626ee2eb3e1e69 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Tue, 28 Jan 2025 10:52:21 +0100 Subject: [PATCH] Tidied up XML header comment in ITagQuery. --- src/Umbraco.Core/PublishedCache/ITagQuery.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Core/PublishedCache/ITagQuery.cs b/src/Umbraco.Core/PublishedCache/ITagQuery.cs index e0c6a135c9..8df363dbe4 100644 --- a/src/Umbraco.Core/PublishedCache/ITagQuery.cs +++ b/src/Umbraco.Core/PublishedCache/ITagQuery.cs @@ -33,7 +33,7 @@ public interface ITagQuery /// /// Gets all document tags. /// - /// /// + /// /// If no culture is specified, it retrieves tags with an invariant culture. /// If a culture is specified, it only retrieves tags for that culture. /// Use "*" to retrieve tags for all cultures.