Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in containers documentation #40309

Merged
merged 2 commits into from
May 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update doc/JSON_INFO.md
Co-authored-by: ZhilkinSerg <ZhilkinSerg@users.noreply.github.com>
  • Loading branch information
KorGgenT and ZhilkinSerg authored May 7, 2020
commit e8b1824927e570031a1b9fa274394c298953bb4c
2 changes: 1 addition & 1 deletion doc/JSON_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -1880,7 +1880,7 @@ CBMs can be defined like this:

Any Item can be a container. To add the ability to contain things to an item, you need to add pocket_data. The below example is a typical container (shown with optional default values, or mandatory if the value is mandatory)

```json
```C++
"pocket_data": [
{
"pocket_type": "CONTAINER", // the typical container pocket. pockets can also be MAGAZINE
Expand Down