Skip to content

Commit a272254

Browse files
Merge pull request #5497 from Rageking8/fix-mismatched-double-quotes-in-f1-keywords-metadata
Fix mismatched double quotes in `f1_keywords` metadata
2 parents 5990280 + 100aeda commit a272254

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/mfc/reference/cmemfile-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "CMemFile Class"
33
description: "Describes the functions available in the CMemFile class which allows you to work with memory files."
44
ms.date: 07/23/2020
5-
f1_keywords: ["CMemFile", "AFX/CMemFile", "AFX/CMemFile::CMemFile", "AFX/CMemFile::Attach", "AFX/CMemFile::Detach", "AFX/CMemFile::Alloc", "AFX/CMemFile::Free", "AFX/CmemFile::GetBufferPtr", AFX/CMemFile::GrowFile", "AFX/CMemFile::Memcpy", "AFX/CMemFile::Realloc"]
5+
f1_keywords: ["CMemFile", "AFX/CMemFile", "AFX/CMemFile::CMemFile", "AFX/CMemFile::Attach", "AFX/CMemFile::Detach", "AFX/CMemFile::Alloc", "AFX/CMemFile::Free", "AFX/CmemFile::GetBufferPtr", "AFX/CMemFile::GrowFile", "AFX/CMemFile::Memcpy", "AFX/CMemFile::Realloc"]
66
helpviewer_keywords: ["CMemFile [MFC], CMemFile", "CMemFile [MFC], Attach", "CMemFile [MFC], Detach", "CMemFile [MFC], Alloc", "CMemFile [MFC], Free", "CMemFile [MFC], GetBufferPtr", "CMemFile [MFC], GrowFile", "CMemFile [MFC], Memcpy", "CMemFile [MFC], Realloc"]
77
---
88
# CMemFile Class

docs/standard-library/high-resolution-clock-struct.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
description: "Learn more about: high_resolution_clock struct"
32
title: high_resolution_clock struct
3+
description: "Learn more about: high_resolution_clock struct"
44
ms.custom: ""
55
ms.date: 08/19/2021
66
ms.topic: "reference"
7-
f1_keywords: ["chrono/std::chrono::high_resolution_clock", chrono/std::chrono::high_resolution_clock::now", "chrono/std::chrono::high_resolution_clock::is_steady constant"]
7+
f1_keywords: ["chrono/std::chrono::high_resolution_clock", "chrono/std::chrono::high_resolution_clock::now", "chrono/std::chrono::high_resolution_clock::is_steady constant"]
88
helpviewer_keywords: ["std::chrono [C++], high_resolution_clock"]
99
dev_langs: ["C++"]
1010
author: "tylermsft"

docs/standard-library/local_t.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "local_t struct"
33
description: "Learn more about: local_t struct"
44
ms.date: 09/02/2021
5-
f1_keywords: ["chrono/std::chrono::local_t", chrono/std::chrono::local_time", "chrono/std::chrono::local_days", "chrono/std::chrono::local_seconds"]
5+
f1_keywords: ["chrono/std::chrono::local_t", "chrono/std::chrono::local_time", "chrono/std::chrono::local_days", "chrono/std::chrono::local_seconds"]
66
helpviewer_keywords: ["std::chrono [C++], local_t"]
77
dev_langs: ["C++"]
88
---

0 commit comments

Comments
 (0)