Skip to content

Commit 1d8f638

Browse files
authored
Remove double quotes for ms.date in modf reference
1 parent 1689d28 commit 1d8f638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/modf-modff-modfl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "modf, modff, modfl"
33
description: "API reference for modf, modff, and modfl; which split a floating-point value into fractional and integer parts."
4-
ms.date: "1/15/2021"
4+
ms.date: 1/15/2021
55
api_name: ["modff", "modf", "modfl", "_o_modf", "_o_modff"]
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)