Skip to content

Commit 6325839

Browse files
authored
Update is_structured.md (#4472)
1 parent b36f4c4 commit 6325839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mkdocs/docs/api/basic_json/is_structured.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Constant.
2121
## Possible implementation
2222

2323
```cpp
24-
constexpr bool is_primitive() const noexcept
24+
constexpr bool is_structured() const noexcept
2525
{
2626
return is_array() || is_object();
2727
}

0 commit comments

Comments
 (0)