Browse Source

Grammatical correction for doc clarity

Karan Sapolia 8 năm trước cách đây
mục cha
commit
7eec182b02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Build/Chakra.Build.props

+ 1 - 1
Build/Chakra.Build.props

@@ -47,7 +47,7 @@
         GLOBAL_ENABLE_WRITE_BARRIER=1
       </PreprocessorDefinitions>
       <PreprocessorDefinitions Condition="'$(NTDDIVersion)'!=''" >%(PreprocessorDefinitions);NTDDI_VERSION=$(NTDDIVersion)</PreprocessorDefinitions>
-      <!-- REVIEW: These are warning are introduced when moving to VS2015 tools, may want to clean these up -->
+      <!-- REVIEW: These warnings are introduced when moving to VS2015 tools, may want to clean these up -->
       <DisableSpecificWarnings>
         %(DisableSpecificWarnings);
         4458;     <!-- declaration of '' hides class member -->