summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-06-09 07:38:09 +0300
committerLars Wirzenius <liw@liw.fi>2021-06-09 07:38:09 +0300
commitb62b2936d5ada1968098992e5a0130410381c2da (patch)
treeacc32ef3737361ad43b52e47b71a18a5ea35d3d6
parent5d20c752b0054958ddcb6e2c9a4c98f1003ac68f (diff)
downloadsubplot-b62b2936d5ada1968098992e5a0130410381c2da.tar.gz
fix: typos in architecture diagrams
Sponsored-by: author
-rw-r--r--subplot.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/subplot.md b/subplot.md
index 9c53da4..230acb3 100644
--- a/subplot.md
+++ b/subplot.md
@@ -32,7 +32,7 @@ digraph "architecture" {
md [label="foo.md \n (document, Markdown)"];
md [shape=box];
-bindings [label="foo.myaml \n (bindings, YAML)"];
+bindings [label="foo.yaml \n (bindings, YAML)"];
bindings [shape=box];
impl [label="foo.py \n (step implemenations, Python)"]
@@ -84,7 +84,7 @@ digraph "architecture2" {
md [label="foo.md \n (document, Markdown)"];
md [shape=box];
-bindings [label="foo.myaml \n (bindings, YAML)"];
+bindings [label="foo.yaml \n (bindings, YAML)"];
bindings [shape=box];
impl [label="foo.py \n (step implemenations, Python)"]