Skip to content

Commit 0d6762f

Browse files
CopilotBillWagner
andcommitted
Add clarifying note about type abbreviation terminology
Co-authored-by: BillWagner <[email protected]>
1 parent 3807097 commit 0d6762f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/fsharp/language-reference/type-abbreviations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ms.date: 05/16/2016
77

88
A *type abbreviation* is an alias or alternate name for a type.
99

10+
> [!NOTE]
11+
> Despite the name "type abbreviation," this feature allows you to create alternate names that can be either shorter or longer than the original type name. While the most common usage is to abbreviate long type names or create simpler names for type applications with specified generic arguments, you can also use type abbreviations to create longer, more descriptive names that improve code readability.
12+
1013
## Syntax
1114

1215
```fsharp

0 commit comments

Comments
 (0)