Skip to content

Commit a7eda5c

Browse files
authored
SEO Updates (dotnet#2805)
1 parent 9fc16c6 commit a7eda5c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/core/tutorials/cli-console-app-tutorial-advanced.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Writing .NET Core console apps using the CLI tools: An advanced step-by-step guide"
3-
description: "Writing .NET Core console apps using the CLI tools: An advanced step-by-step guide"
3+
description: Writing .NET Core console apps using the CLI tools: An advanced step-by-step guide
44
keywords: .NET, .NET Core
55
ms.date: 06/20/2016
66
ms.topic: article

docs/csharp/local-functions-vs-lambdas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Local functions vs. lambda expressions
3-
description: Why Local Functions might be a better choice than Lambda Expressions
3+
description: Learn why local functions might be a better choice than lambda expressions.
44
keywords: C#, .NET, .NET Core, Latest Features, What's New, local functions, lambda expressions
55
author: BillWagner
66
ms.author: wiwagn

docs/fsharp/language-reference/fixed.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: The Fixed Keyword (F#)
3-
description: The Fixed Keyword
3+
description: Learn how you can 'pin' a local onto the stack to prevent collection with the F# 'fixed' keyword.
44
keywords: visual f#, f#, functional programming
55
author: cartermp
66
ms.author: phcart
@@ -66,4 +66,4 @@ doPointerWork()
6666

6767
## See Also
6868

69-
[NativePtr Module](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/nativeinterop.nativeptr-module-%5Bfsharp%5D)
69+
[NativePtr Module](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/nativeinterop.nativeptr-module-%5Bfsharp%5D)

0 commit comments

Comments
 (0)