Skip to content

Commit 71ca2f4

Browse files
mairawBillWagner
authored andcommitted
added missing H1 (#1192)
1 parent 8ded62f commit 71ca2f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/csharp/tour-of-csharp/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.devlang: csharp
1212
ms.assetid: a9bf82f4-efd1-4216-bd34-4ef0fa48c968
1313
---
1414

15-
## Interfaces
15+
# Interfaces
1616

1717
An ***interface*** defines a contract that can be implemented by classes and structs. An interface can contain methods, properties, events, and indexers. An interface does not provide implementations of the members it defines—it merely specifies the members that must be supplied by classes or structs that implement the interface.
1818

docs/fsharp/tutorials/fsharp-interactive/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.technology: devlang-fsharp
1111
ms.assetid: 36af8d1b-dc08-4a37-9497-d23c0a0ac11c
1212
---
1313

14-
## Interactive Programming with F# #
14+
# Interactive Programming with F# #
1515

1616
> [!NOTE]
1717
This article currently describes the experience for Windows only. It will be rewritten.

0 commit comments

Comments
 (0)