aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_conf_make_meta.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/meta_conf_make_meta.org')
-rw-r--r--org/meta_conf_make_meta.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/meta_conf_make_meta.org b/org/meta_conf_make_meta.org
index de0080b..61e702f 100644
--- a/org/meta_conf_make_meta.org
+++ b/org/meta_conf_make_meta.org
@@ -386,7 +386,7 @@ JSONValue config_jsonstr = `{
}`;
#+END_SRC
-* 1. YAML to spineStruct :module:conf_make_meta:yaml:
+* 1. YAML to spineStruct :module:conf_make_meta:yaml:
** _module template_
#+BEGIN_SRC d :tangle "../src/doc_reform/meta/conf_make_meta_yaml.d"
@@ -1407,7 +1407,7 @@ if ("rights" in _yaml
}
#+END_SRC
-* 1. JSON to spineStruct :module:conf_make_meta:json:
+* 1. JSON to spineStruct :module:conf_make_meta:json:
** _module template_
#+BEGIN_SRC d :tangle "../src/doc_reform/meta/conf_make_meta_json.d"