Skip to content

Commit 1a9abd4

Browse files
authored
Fix mismatched backtick in <random> header reference
1 parent c423635 commit 1a9abd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/random.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Defines facilities for random number generation, allowing creation of uniformly
1717
**Namespace:** std
1818

1919
> [!NOTE]
20-
> The `<random>` library uses the `#include <initializer_list>' statement.
20+
> The `<random>` library uses the `#include <initializer_list>` statement.
2121
2222
## Summary
2323

0 commit comments

Comments
 (0)