Skip to content

Commit 2f10a42

Browse files
committed
up
1 parent b6e03ff commit 2f10a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/blog/2025/complex-attribute-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ example, structured data like:
9393

9494
is reported as either:
9595

96-
```
96+
```text
9797
data.0.foo = "bar"
9898
data.0.baz = 42
9999
```
100100

101101
or:
102102

103-
```
103+
```text
104104
data.foo = ["bar"]
105105
data.baz = [ 42 ]
106106
```

0 commit comments

Comments
 (0)