File tree Expand file tree Collapse file tree
docs/atl-mfc-shared/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class CRect : public tagRECT
6262| [ ` CRect::operator != ` ] ( #operator_neq ) | Determines whether ` CRect ` is not equal to a rectangle.|
6363| [ ` CRect::operator & ` ] ( #operator_amp ) | Creates the intersection of ` CRect ` and a rectangle and returns the resulting ` CRect ` .|
6464| [ ` CRect::operator &= ` ] ( #operator_amp_eq ) | Sets ` CRect ` equal to the intersection of ` CRect ` and a rectangle.|
65- | [ `` CRect::operator | `] ( #operator_or ) | Creates the union of ` CRect ` and a rectangle and returns the resulting ` CRect ` .|
65+ | [ `CRect::operator | `] ( #operator_or ) | Creates the union of ` CRect ` and a rectangle and returns the resulting ` CRect ` .|
6666| [ `CRect::operator | =`] ( #operator_or_eq ) | Sets ` CRect ` equal to the union of ` CRect ` and a rectangle.|
6767| [ ` CRect::operator + ` ] ( #operator_add ) | Adds the given offsets to ` CRect ` or inflates ` CRect ` and returns the resulting ` CRect ` .|
6868| [ ` CRect::operator += ` ] ( #operator_add_eq ) | Adds the specified offsets to ` CRect ` or inflates ` CRect ` .|
You can’t perform that action at this time.
0 commit comments