From 328be8090fe1ee8b1098836f065a35a4c4d64769 Mon Sep 17 00:00:00 2001 From: Mark Carrington <31017244+MarkMpn@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:45:13 +0100 Subject: [PATCH] Update output example in trim-transact-sql.md Fixed whitespace in TRIM example --- docs/t-sql/functions/trim-transact-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/t-sql/functions/trim-transact-sql.md b/docs/t-sql/functions/trim-transact-sql.md index c53a0d26e5e..9d034680e80 100644 --- a/docs/t-sql/functions/trim-transact-sql.md +++ b/docs/t-sql/functions/trim-transact-sql.md @@ -138,7 +138,7 @@ SELECT TRIM(LEADING '.,! ' FROM ' .# test .') AS Result; [!INCLUDE [ssResult_md](../../includes/ssresult-md.md)] ```output -# test . +# test . ``` ### D. Remove specified characters from the end of a string