Merge pull request #4877 from verhovsky/build-fix

Fix files that error when building
This commit is contained in:
Boris Verkhovskiy 2024-04-03 04:09:53 -07:00 committed by GitHub
commit 693a1c85b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
--- ---
name: CUE name: CUE
category: language category: language
language: cue language: CUE
filename: learncue.cue filename: learncue.cue
contributors: contributors:
- ["Daniel Cox", "https://github.com/danielpcox"] - ["Daniel Cox", "https://github.com/danielpcox"]
@ -24,7 +24,7 @@ disposition: "oblivious"
Now we can unify and export to JSON: Now we can unify and export to JSON:
```bash ```bash
% cue export name.cue disposition.cue % cue export name.cue disposition.cue
{ {
"name": "Daniel", "name": "Daniel",
"disposition": "oblivious" "disposition": "oblivious"

View File

@ -1,5 +1,5 @@
--- ---
name: perl6 name: Raku
category: language category: language
language: Raku language: Raku
filename: learnraku-es.raku filename: learnraku-es.raku