Skip to content

Commit 0e726d1

Browse files
Fix typos in /fp compiler option article
1 parent f54f913 commit 0e726d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/build/reference/fp-specify-floating-point-behavior.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ Specifies how the compiler treats floating-point expressions, optimizations, and
1414

1515
::: moniker range=">msvc-160"
1616

17-
**`/fp:contract`**
17+
**`/fp:contract`**\
1818
**`/fp:except`**\[**`-`**]\
1919
**`/fp:fast`**\
2020
**`/fp:precise`**\
21-
**`/fp:strict`**\
21+
**`/fp:strict`**
2222

2323
::: moniker-end
2424
::: moniker range="<=msvc-160"
2525

26-
**`/fp:except`**\[**`-`**]
26+
**`/fp:except`**\[**`-`**]\
2727
**`/fp:fast`**\
2828
**`/fp:precise`**\
29-
**`/fp:strict`**\
29+
**`/fp:strict`**
3030

3131
::: moniker-end
3232

0 commit comments

Comments
 (0)