diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-03 04:08:59 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-03 04:08:59 -0700 |
commit | cdb92f27d08d72f5a0ec63249b8b78a581dc1e60 (patch) | |
tree | 4b39d8074f5b2d918fc3358c13f69530a5d0b8d2 | |
parent | d58682e45ecce2d6692c6965d73733069035de0a (diff) |
Fix files that error when building
-rw-r--r-- | cue.html.markdown | 4 | ||||
-rw-r--r-- | es-es/raku-es.html.markdown | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cue.html.markdown b/cue.html.markdown index a1b76ada..a1ff0822 100644 --- a/cue.html.markdown +++ b/cue.html.markdown @@ -1,7 +1,7 @@ --- name: CUE category: language -language: cue +language: CUE filename: learncue.cue contributors: - ["Daniel Cox", "https://github.com/danielpcox"] @@ -24,7 +24,7 @@ disposition: "oblivious" Now we can unify and export to JSON: ```bash -% cue export name.cue disposition.cue +% cue export name.cue disposition.cue { "name": "Daniel", "disposition": "oblivious" diff --git a/es-es/raku-es.html.markdown b/es-es/raku-es.html.markdown index e916d0fd..09341056 100644 --- a/es-es/raku-es.html.markdown +++ b/es-es/raku-es.html.markdown @@ -1,5 +1,5 @@ --- -name: perl6 +name: Raku category: language language: Raku filename: learnraku-es.raku |