Skip to content

Commit

Permalink
fix typo in containers documentation (#40309)
Browse files Browse the repository at this point in the history
* fix typo in containers documentation

* Update doc/JSON_INFO.md

Co-authored-by: ZhilkinSerg <ZhilkinSerg@users.noreply.github.com>

Co-authored-by: Curtis Merrill <curtis.r.merrill@gmail.com>
Co-authored-by: ZhilkinSerg <ZhilkinSerg@users.noreply.github.com>
  • Loading branch information
3 people authored May 7, 2020
1 parent da1e58c commit 75b80bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/JSON_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,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)
```C++
"pocket_type": [
"pocket_data": [
{
"pocket_type": "CONTAINER", // the typical container pocket. pockets can also be MAGAZINE
"min_item_volume": "0 ml", // the minimum volume of item that can be placed into this pocket
Expand Down

0 comments on commit 75b80bc

Please sign in to comment.