Skip to content

Commit 1468688

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#4169 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents 7dc1844 + aa56005 commit 1468688

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)