Skip to content

Commit 5990280

Browse files
Merge pull request #5496 from Rageking8/replace-backslash-with-forward-slash-in-f1-keywords-metadata
Replace backslash with forward slash in `f1_keywords` metadata
2 parents 37672d4 + fe9379e commit 5990280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/c-runtime-library/reference/fabs-fabsf-fabsl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "fabs, fabsf, fabsl"
33
description: "API reference for fabs, fabsf, and fabsl; which calculate the absolute value of a floating-point value."
4-
ms.date: "1/15/2021"
4+
ms.date: 1/15/2021
55
api_name: ["fabsf", "fabs", "fabsl", "_o_fabs", "_o_fabsf"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-math-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
9-
f1_keywords: ["fabs", "fabsf", "fabsl", "math\fabs", "math\fabsf", "math\fabsl"]
9+
f1_keywords: ["fabs", "fabsf", "fabsl", "math/fabs", "math/fabsf", "math/fabsl"]
1010
helpviewer_keywords: ["absolute values", "fabsf function", "calculating absolute values", "fabs function", "fabsl function"]
1111
---
1212
# `fabs`, `fabsf`, `fabsl`

0 commit comments

Comments
 (0)