Skip to content

Commit 1376f89

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#105 from AjayVV/patch-1
Update variant-t-extractors.md
2 parents 9092bf6 + 79f3a67 commit 1376f89

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/cpp/variant-t-extractors.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ translation.priority.ht:
8484
## Syntax
8585

8686
```
87-
88-
operator short( ) const; 
87+
operator short( ) const; 
8988
operator long( ) const; 
9089
operator float( ) const; 
9190
operator double( ) const; 
@@ -134,4 +133,4 @@ operator unsigned __int64() const;
134133
**END Microsoft Specific**
135134

136135
## See Also
137-
[_variant_t Class](../cpp/variant-t-class.md)
136+
[_variant_t Class](../cpp/variant-t-class.md)

0 commit comments

Comments
 (0)