Skip to content

Commit a944306

Browse files
authored
Fix typo in basic_json documentation (#3439)
1 parent 616caea commit a944306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/mkdocs/docs/api/basic_json/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The class satisfies the following concept requirements:
5454
from an rvalue argument.
5555
- [CopyConstructible](https://en.cppreference.com/w/cpp/named_req/CopyConstructible): A JSON value can be
5656
copy-constructed from an lvalue expression.
57-
- [MoveAssignable](https://en.cppreference.com/w/cpp/named_req/MoveAssignable): A JSON value van be assigned from an
57+
- [MoveAssignable](https://en.cppreference.com/w/cpp/named_req/MoveAssignable): A JSON value can be assigned from an
5858
rvalue argument.
5959
- [CopyAssignable](https://en.cppreference.com/w/cpp/named_req/CopyAssignable): A JSON value can be copy-assigned from
6060
an lvalue expression.

0 commit comments

Comments
 (0)