Skip to content

Commit fe9379e

Browse files
authored
Remove double quotes for ms.date in fabs reference
1 parent 3a8c76d commit fe9379e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"]

0 commit comments

Comments
 (0)