Merge "Fix typo in doc: code segment for container dot"

This commit is contained in:
Treehugger Robot 2022-01-12 22:31:40 +00:00 committed by Gerrit Code Review
commit 710813e871

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