Skip to content

Commit 2c4a421

Browse files
authored
Clarify definition (dotnet#42123)
Fixes dotnet#42116
1 parent 7c6100a commit 2c4a421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/keywords/partial-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.assetid: 27320743-a22e-4c7b-b0b3-53afe3607334
1111
---
1212
# partial type (C# Reference)
1313

14-
Partial type definitions allow for the definition of a class, struct, interface, or record to be split into multiple files.
14+
Partial type definitions allow for the definition of a class, struct, interface, or record to be split into multiple definitions that can be in different files in the same project.
1515

1616
In *File1.cs*:
1717

0 commit comments

Comments
 (0)