Browse Source

fix: Correcting message

Vaclav Elias 2 years ago
parent
commit
d2e8e5875e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      en/diagnostics/STRDIAG002.md

+ 2 - 2
en/diagnostics/STRDIAG002.md

@@ -1,7 +1,7 @@
 # Diagnostics Warning STRDIAG002
 
-> The `DataMemberMode.Content` is not valid for the member '{0}'.
-> Only mutable reference types are supported for `DataMemberMode.Content` Mode members.
+> The 'DataMemberMode.Content' is not valid for the member '{0}'.
+> Only mutable reference types are supported for 'DataMemberMode.Content' Mode members.
 
 ## Explanation