Skip to content

Commit 61e5327

Browse files
authored
Merge pull request #5455 from Rageking8/fix-mismatched-backtick-in-random-header-reference
Fix mismatched backtick in `<random>` header reference
2 parents af792fb + 93c7694 commit 61e5327

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/standard-library/random.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: <random>"
32
title: "<random>"
4-
ms.date: "08/24/2017"
3+
description: "Learn more about: <random>"
4+
ms.date: 08/24/2017
55
f1_keywords: ["<random>"]
66
helpviewer_keywords: ["random header"]
7-
ms.assetid: 60afc25c-b162-4811-97c1-1b65398d4c57
87
---
98
# `<random>`
109

@@ -17,7 +16,7 @@ Defines facilities for random number generation, allowing creation of uniformly
1716
**Namespace:** std
1817

1918
> [!NOTE]
20-
> The `<random>` library uses the `#include <initializer_list>' statement.
19+
> The `<random>` library uses the `#include <initializer_list>` statement.
2120
2221
## Summary
2322

0 commit comments

Comments
 (0)