Skip to content

Commit 626d8b5

Browse files
Merge pull request #5613 from Rageking8/elide-single-stray-parenthesis-and-comma
Elide single stray parenthesis and comma
2 parents 95fcb22 + 1d8f638 commit 626d8b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
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"]
@@ -52,7 +52,7 @@ By default, this function's global state is scoped to the application. To change
5252

5353
| Routine | Required header |
5454
|---|---|
55-
| **`modf`**, **`modff`**, **`modfl`** | C: `<math.h>`<br /><br /> C++: , `<cmath>` or `<math.h>` |
55+
| **`modf`**, **`modff`**, **`modfl`** | C: `<math.h>`<br /><br /> C++: `<cmath>` or `<math.h>` |
5656

5757
For more compatibility information, see [Compatibility](../compatibility.md).
5858

docs/error-messages/compiler-warnings/compiler-warnings-c4200-through-c4399.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The articles in this section describe Microsoft C/C++ compiler warning messages
163163
|[Compiler warning (level 1) C4383](compiler-warning-level-1-c4383.md)|'*instance_dereference_operator*': the meaning of dereferencing a handle can change, when a user-defined '*instance_dereference_operator*' operator exists; write the operator as a static function to be explicit about the operand|
164164
|[Compiler warning (level 1) C4384](compiler-warning-level-1-c4384.md)|`#pragma` '*pragma_name*' should only be used at global scope|
165165
|Compiler warning (level 3) C4387|'*alternative*': was considered|
166-
|[Compiler warning (level 4, off) C4388](./c4388.md))|'*expression*': signed/unsigned mismatch|
166+
|[Compiler warning (level 4, off) C4388](./c4388.md)|'*expression*': signed/unsigned mismatch|
167167
|[Compiler warning (level 4) C4389](compiler-warning-level-4-c4389.md)|'*operator*': signed/unsigned mismatch|
168168
|[Compiler warning (level 3) C4390](compiler-warning-level-3-c4390.md)|';': empty controlled statement found; is this the intent?|
169169
|[Compiler warning (level 1) C4391](compiler-warning-level-1-c4391.md)|'*function_signature*': incorrect return type for intrinsic function, expected '*type*'|

0 commit comments

Comments
 (0)