From bd8b8fe9abf3b4ecea7be99bba6b2edf27065116 Mon Sep 17 00:00:00 2001 From: pramod5403 Date: Mon, 10 Nov 2025 22:37:05 +0530 Subject: [PATCH] Fix typo: Add period before Abs() in title (fixes #7972) --- content/c-sharp/concepts/math-functions/terms/abs/abs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/c-sharp/concepts/math-functions/terms/abs/abs.md b/content/c-sharp/concepts/math-functions/terms/abs/abs.md index e4fb0f42267..77220ec0cdf 100644 --- a/content/c-sharp/concepts/math-functions/terms/abs/abs.md +++ b/content/c-sharp/concepts/math-functions/terms/abs/abs.md @@ -1,5 +1,5 @@ --- -Title: 'Abs()' +Title:.'.Abs()' Description: 'Returns the absolute value of a specified number.' Subjects: - 'Computer Science'