Skip to content

Commit cd26a77

Browse files
PhenXCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 68c6c6e commit cd26a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/EntityFrameworkCore.Projectables.VendorTests/TestContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Order
1212
public bool IsCompleted { get; set; }
1313

1414
/// <summary>
15-
/// A computed projectable property. Having at least one [Projectable] writable
15+
/// A computed projectable property. Having at least one [Projectable] read-only
1616
/// property on the entity ensures that <c>CustomQueryCompiler</c> is exercised
1717
/// (it expands the projectable reference and potentially adds a Select wrapper).
1818
/// </summary>

0 commit comments

Comments
 (0)