File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,6 @@ composer require bakame/http-structured-fields
57
57
- [ Basic usage] ( 01-basic-usage.md )
58
58
- [ Parsing and Serializing] ( 02-parsing-serializing.md )
59
59
- [ Accessing The Field Values] ( 03-field-values.md )
60
- - [ Working with the Containers Data Type ] ( 04-containers.md )
60
+ - [ Working with The Containers] ( 04-containers.md )
61
61
- [ Structured Field Validation] ( 05-validation.md )
62
62
- [ Interacting with the PHP Ecosystem] ( 07-extensions.md )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: The Structured Field containers Data Types
3
3
order : 5
4
4
---
5
5
6
- # Containers
6
+ # Working with Structured Fields Containers
7
7
8
8
While building or updating a Bare Item is straightforward, doing the same with the structured field containers
9
9
requires a bit more logic. In the following sections we will explore how we can access, build and update
You can’t perform that action at this time.
0 commit comments