Skip to content

Commit c959765

Browse files
quintusmcartermp
authored andcommitted
Fix typo in component-design-guidelines.md (#5508)
Fix type (sesign instead of design)
1 parent 72503a1 commit c959765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/style-guide/component-design-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ However, the logical dot-notation operations on this type are not the same as th
478478

479479
When designing libraries for use from other .NET languages, it is important to adhere to the [.NET Library Design Guidelines](../../standard/design-guidelines/index.md). In this document, these libraries are labeled as vanilla .NET libraries, as opposed to F#-facing libraries that use F# constructs without restriction. Designing vanilla .NET libraries means providing familiar and idiomatic APIs consistent with the rest of the .NET Framework by minimizing the use of F#-specific constructs in the public API. The rules are explained in the following sections.
480480

481-
### Namespace and Type sesign (for libraries for use from other .NET Languages)
481+
### Namespace and Type design (for libraries for use from other .NET Languages)
482482

483483
#### Apply the .NET naming conventions to the public API of your components
484484

0 commit comments

Comments
 (0)