You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.SourceGenerators/Extensions/CompilationExtensions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public static bool IsLanguageVersionPreview(this Compilation compilation)
34
34
}
35
35
36
36
/// <summary>
37
-
/// Gets whether the current target is a WinRT application (ie. legacy UWP).
37
+
/// Gets whether the current target is a WinRT application (i.e. legacy UWP).
38
38
/// </summary>
39
39
/// <param name="compilation">The input <see cref="Compilation"/> instance to inspect.</param>
40
40
/// <returns>Whether the current target is a WinRT application.</returns>
Copy file name to clipboardExpand all lines: components/DependencyPropertyGenerator/CommunityToolkit.DependencyPropertyGenerator.SourceGenerators/Helpers/IndentedTextWriter.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ public void IncreaseIndent()
97
97
}
98
98
99
99
// Set both the current indentation and the current position in the indentations
100
-
// array to the expected indentation for the incremented level (ie. one level more).
100
+
// array to the expected indentation for the incremented level (i.e. one level more).
0 commit comments