Skip to content

Commit 9d7cb83

Browse files
Remove solution from single compilation unit explanation
A solution can, for example, contain multiple console applications. Co-authored-by: Bill Wagner <[email protected]>
1 parent a9f5610 commit 9d7cb83

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/language-reference/compiler-messages

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/compiler-messages/cs8802.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ helpviewer_keywords:
1111

1212
Only one compilation unit can have top-level statements.
1313

14-
This error indicates that there are two or more [top-level statements](../../fundamentals/program-structure/top-level-statements.md) in a single compilation unit (single solution, project or a single group of files compiled into a single binary file).
14+
This error indicates that there are two or more [top-level statements](../../fundamentals/program-structure/top-level-statements.md) in a single compilation unit (single project or a single group of files compiled into a single binary file).
1515

1616
## Example
1717

0 commit comments

Comments
 (0)