Skip to content

Commit e0d2f67

Browse files
committed
fixed doc example
1 parent 48ea61d commit e0d2f67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ide/reference/datetime-timespan-completion.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: DateTime and TimeSpan completion through IntelliSense menu
3-
ms.date: 06/08/2020
3+
ms.date: 07/31/2020
44
ms.topic: reference
55
author: mikadumont
66
ms.author: midumont
@@ -16,15 +16,15 @@ This refactoring applies to:
1616

1717
- C#
1818

19-
**What:** DateTime and TimeSpan string literal completion through IntelliSense menu.
19+
**What:** DateTime and TimeSpan string literal and format string completion through IntelliSense menu.
2020

21-
**When:** You want to write a DateTime and TimeSpan string literals. IntelliSense gives you basic completion and an explanation as to what each of the characters mean.
21+
**When:** You want to write a DateTime and TimeSpan string literal and format string. IntelliSense gives you basic completion and an explanation as to what each of the characters mean.
2222

2323
**Why:** Remembering DateTime formats is hard and IntelliSense can help you write it.
2424

2525
## How-to
2626

27-
1. Place your cursor in the DateTime or TimeSpan string literal.
27+
1. Place your cursor in the DateTime or TimeSpan format string.
2828
2. Press **Ctrl**+**Space** to trigger the **IntelliSense** menu.
2929
3. Select the character you would like to add.
3030

0 commit comments

Comments
 (0)