Skip to content

Commit c7270d2

Browse files
authored
Merge pull request MicrosoftDocs#3924 from corob-msft/docs/corob/fp-typo
Fix typos in /fp compiler option article
2 parents f54f913 + 0e726d1 commit c7270d2

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)