Skip to content

Commit fca5584

Browse files
authored
SEO Updates (dotnet#2750)
1 parent f334412 commit fca5584

28 files changed

+29
-29
lines changed

docs/fsharp/language-reference/compiler-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Compiler Options (F#) | Microsoft Docs
3-
description: Compiler Options (F#)
3+
description: Use F# compiler command-line options to control the compilation of your F# apps and libraries.
44
keywords: visual f#, f#, functional programming
55
author: cartermp
66
ms.author: phcart

docs/fsharp/language-reference/computation-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Computation Expressions (F#) | Microsoft Docs
3-
description: Computation Expressions (F#)
3+
description: Learn how to create convenient syntax for writing computations in F# that can be sequenced and combined using control flow constructs and bindings.
44
keywords: visual f#, f#, functional programming
55
author: cartermp
66
ms.author: phcart

docs/fsharp/language-reference/conditional-expressions-if-then-else.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Conditional Expressions: if... then...else (F#) | Microsoft Docs"
3-
description: "Conditional Expressions: if... then...else (F#)"
3+
description: Learn how to write conditional expressions in F# to execute different branches of code.
44
keywords: visual f#, f#, functional programming
55
author: cartermp
66
ms.author: phcart

docs/fsharp/language-reference/copy-and-update-record-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Copy and Update Record Expressions (F#) | Microsoft Docs
3-
description: Copy and Update Record Expressions (F#)
3+
description: Learn how to write a 'copy and update record expression' that copies an existing record, updates specified fields, and returns the updated record.
44
keywords: visual f#, f#, functional programming
55
author: ChrSteinert
66
ms.author: phcart

docs/fsharp/language-reference/delegates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Delegates (F#) | Microsoft Docs
3-
description: Delegates (F#)
3+
description: Learn how to work with delegates in F#.
44
keywords: visual f#, f#, functional programming
55
author: cartermp
66
ms.author: phcart

docs/fsharp/language-reference/discriminated-unions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Discriminated Unions (F#) | Microsoft Docs
3-
description: Discriminated Unions (F#)
3+
description: Learn how to use F# discriminated unions.
44
keywords: visual f#, f#, functional programming
55
author: cartermp
66
ms.author: phcart

docs/fsharp/language-reference/enumerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Enumerations (F#) | Microsoft Docs
3-
description: Enumerations (F#)
3+
description: Learn how to use F# enumerations in place of literals to make your code more readable and maintainable.
44
keywords: visual f#, f#, functional programming
55
author: cartermp
66
ms.author: phcart

docs/fsharp/language-reference/flexible-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Flexible Types (F#) | Microsoft Docs
3-
description: Flexible Types (F#)
3+
description: Learn how to use F# flexible type annotation, which indicates that a parameter, variable, or value has a type that is compatible with a specifed type.
44
keywords: visual f#, f#, functional programming
55
author: cartermp
66
ms.author: phcart

docs/fsharp/language-reference/fsharp-collection-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: F# Collection Types | Microsoft Docs
3-
description: F# Collection Types
3+
description: Learn about F# collection types and how they differ from collection types in the .NET Framework.
44
keywords: visual f#, f#, functional programming
55
author: cartermp
66
ms.author: phcart

docs/fsharp/language-reference/fsharp-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: F# Types | Microsoft Docs
3-
description: F# Types
3+
description: Learn about the types that are used in F# and how F# types are named and described.
44
keywords: visual f#, f#, functional programming
55
author: cartermp
66
ms.author: phcart

0 commit comments

Comments
 (0)