Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Albrechtskirchinger <[email protected]>
  • Loading branch information
nlohmann and falbrechtskirchinger authored Jul 23, 2022
1 parent 9255245 commit 8904546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/mkdocs/docs/api/basic_json/operator_eq.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ Linear.

!!! note "Comparing different `basic_json` specializations"

Comparing different `basic_json` specializations can have surprising results. For instance, comparing the JSON
objects
Comparing different `basic_json` specializations can have surprising effects. For instance, the result of comparing
the JSON objects

```json
{
Expand All @@ -120,7 +120,7 @@ Linear.
}
```

depends on whether [`nlohmann::json`](../json.md) order [`nlohmann::ordered_json`](../ordered_json.md) is used:
depends on whether [`nlohmann::json`](../json.md) or [`nlohmann::ordered_json`](../ordered_json.md) is used:

```cpp
--8<-- "examples/operator__equal__specializations.cpp"
Expand Down

0 comments on commit 8904546

Please sign in to comment.