Fix typo in doc: code segment for container dot

Test: not applicable
Change-Id: Ibaadc6e8fd4a267b50a46feb2dd6278ff1f5ace1
This commit is contained in:
Bob Badour 2022-01-11 14:46:22 -08:00
parent d6bdfb3993
commit 99dba55b4b
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ strict digraph {
#### a pure aggregation `container.zip` that merely bundles files together
```dot
strict digraph {
rankdir=LR;
bin1 [label="bin/bin1.meta_lic"];
@ -89,6 +90,7 @@ strict digraph {
container -> libb [label="static"];
{rank=same; container}
}
```
#### an apex file (more like an apk file) with some binaries and libraries