Skip to content

Commit c190eb3

Browse files
committed
fix warnings
1 parent 81de07f commit c190eb3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/csharp/tutorials/string-interpolation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: String interpolation
2+
title: Learn String interpolation
33
description: Learn how to include formatted expression results in a result string in C# with string interpolation.
44
author: pkulikov
55
ms.subservice: fundamentals
66
ms.date: 11/18/2025
7+
ms.topic: tutorial
78
---
8-
# String interpolation in C\#
9+
# Tutorial: Learn String interpolation in C\#
910

1011
This tutorial shows you how to use [string interpolation](../language-reference/tokens/interpolated.md) to format and include expression results in a result string. The examples assume that you're familiar with basic C# concepts and .NET type formatting. For more information about formatting types in .NET, see [Formatting types in .NET](../../standard/base-types/formatting-types.md).
1112

0 commit comments

Comments
 (0)