🚚 remove < from filename to fix Windows build

parent fe507a7e
...@@ -187,12 +187,12 @@ Access to the JSON value ...@@ -187,12 +187,12 @@ Access to the JSON value
### Lexicographical comparison operators ### Lexicographical comparison operators
- [**operator==**](operator==.md) - comparison: equal - [**operator==**](operator_eq.md) - comparison: equal
- [**operator!=**](operator!=.md) - comparison: not equal - [**operator!=**](operator_ne.md) - comparison: not equal
- [**operator<**](operator<.md) - comparison: less than - [**operator<**](operator_lt.md) - comparison: less than
- [**operator<=**](operator<=.md) - comparison: less than or equal - [**operator<=**](operator_le.md) - comparison: less than or equal
- [**operator>**](operator>.md) - comparison: greater than - [**operator>**](operator_gt.md) - comparison: greater than
- [**operator>=**](operator>=.md) - comparison: greater than or equal - [**operator>=**](operator_ge.md) - comparison: greater than or equal
### Serialization / Dumping ### Serialization / Dumping
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment