From 189bc6c4c931c14ea48a699a8383824e6a16c2bf Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Mon, 31 Oct 2016 11:56:49 -0700 Subject: [PATCH] added missing H1 --- docs/csharp/tour-of-csharp/interfaces.md | 2 +- docs/fsharp/tutorials/fsharp-interactive/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/csharp/tour-of-csharp/interfaces.md b/docs/csharp/tour-of-csharp/interfaces.md index bf1e129867586..e2a97e83eee77 100644 --- a/docs/csharp/tour-of-csharp/interfaces.md +++ b/docs/csharp/tour-of-csharp/interfaces.md @@ -12,7 +12,7 @@ ms.devlang: csharp ms.assetid: a9bf82f4-efd1-4216-bd34-4ef0fa48c968 --- -## Interfaces +# Interfaces 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. diff --git a/docs/fsharp/tutorials/fsharp-interactive/index.md b/docs/fsharp/tutorials/fsharp-interactive/index.md index 25ff266725eb4..9eb16a8c5f4d0 100644 --- a/docs/fsharp/tutorials/fsharp-interactive/index.md +++ b/docs/fsharp/tutorials/fsharp-interactive/index.md @@ -11,7 +11,7 @@ ms.technology: devlang-fsharp ms.assetid: 36af8d1b-dc08-4a37-9497-d23c0a0ac11c --- -## Interactive Programming with F# # +# Interactive Programming with F# # > [!NOTE] This article currently describes the experience for Windows only. It will be rewritten.