From c5366cea75de8e36ebc79eb46a79dec8a8074d60 Mon Sep 17 00:00:00 2001 From: Param Siddharth <30315706+paramsiddharth@users.noreply.github.com> Date: Fri, 18 Dec 2020 04:42:36 +0530 Subject: [PATCH] Minor grammatical fix (#8603) Merely fixed the capitalization of a word. ## Detailed Description of the Pull Request / Additional comments - Inside `doc/AddASetting.md`, on line 14, the sentence previously began with the verb "add" with a lowercase alphabet. - I replaced "add" with "Add". ``` md [12] ... [13] 2. Add matching fields to Settings.hpp [14] - Add getters, setters, the whole drill. [15] ... ``` --- doc/AddASetting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/AddASetting.md b/doc/AddASetting.md index bd78b547a..2d4c414d9 100644 --- a/doc/AddASetting.md +++ b/doc/AddASetting.md @@ -11,7 +11,7 @@ - Yes, the large majority of the `DEFINE_PROPERTYKEY` defs are the same, it's only the last byte of the guid that changes 2. Add matching fields to Settings.hpp - - add getters, setters, the whole drill. + - Add getters, setters, the whole drill. 3. Add to the propsheet - We need to add it to *reading and writing* the registry from the propsheet, and *reading* the link from the propsheet. Yes, that's weird, but the propsheet is smart enough to re-use ShortcutSerialization::s_SetLinkValues, but not smart enough to do the same with RegistrySerialization.