Skip to content

Commit da0761b

Browse files
authored
Fix wrong operator<=> example output in "<chrono> operators" reference
1 parent aab742a commit da0761b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard-library/chrono-operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,8 @@ int main()
846846
```
847847

848848
```output
849-
d1 < d2
850-
true true false
849+
d1 > d2
850+
true true false
851851
```
852852

853853
## <a name="op_left_shift"></a> `operator<<`

0 commit comments

Comments
 (0)