Skip to content

Commit aa56005

Browse files
authored
Merge pull request MicrosoftDocs#3757 from shrek1402/patch-1
Removed the extra semicolon.
2 parents 016abfe + 4e9d30e commit aa56005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/operator-greater-than-sample-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Overloads **operator>** to compare two objects of class template [Container](../
1717

1818
```cpp
1919
template <class Ty>
20-
bool operator*gt;(
20+
bool operator*gt(
2121
const Container <Ty>& left,
2222
const Container <Ty>& right);
2323
```

0 commit comments

Comments
 (0)