From db7647de4a8c6fe13628f8aa16c8c10761b1d852 Mon Sep 17 00:00:00 2001 From: Davits Date: Mon, 10 Nov 2025 11:30:37 -0300 Subject: [PATCH] Fix: Add period to .Abs() title per #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..bd475c96fb8 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'