Skip to content

Commit 0adf9fa

Browse files
authored
Add some backticks in <limits> enums reference
1 parent 1a5be4b commit 0adf9fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/standard-library/limits-enums.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.assetid: c86680a2-ba97-4ed9-8c20-a448857d7dc5
77
---
88
# `<limits>` enums
99

10-
## <a name="float_denorm_style"></a> float_denorm_style
10+
## <a name="float_denorm_style"></a> `float_denorm_style`
1111

1212
The enumeration describes the various methods that an implementation can choose for representing a denormalized floating-point value — one too small to represent as a normalized value:
1313

@@ -30,9 +30,9 @@ The enumeration returns:
3030
3131
### Example
3232
33-
See [numeric_limits::has_denorm](../standard-library/numeric-limits-class.md#has_denorm) for an example in which the values of this enumeration may be accessed.
33+
See [`numeric_limits::has_denorm`](../standard-library/numeric-limits-class.md#has_denorm) for an example in which the values of this enumeration may be accessed.
3434
35-
## <a name="float_round_style"></a> float_round_style
35+
## <a name="float_round_style"></a> `float_round_style`
3636
3737
The enumeration describes the various methods that an implementation can choose for rounding a floating-point value to an integer value.
3838
@@ -61,4 +61,4 @@ The enumeration returns:
6161

6262
### Example
6363

64-
See [numeric_limits::round_style](../standard-library/numeric-limits-class.md#round_style) for an example in which the values of this enumeration may be accessed.
64+
See [`numeric_limits::round_style`](../standard-library/numeric-limits-class.md#round_style) for an example in which the values of this enumeration may be accessed.

0 commit comments

Comments
 (0)