diff options
author | Marcel Ribeiro Dantas <marcel.ribeirodantas@seqera.io> | 2022-09-23 15:19:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 15:19:44 +0200 |
commit | ce280d37eead14abbe9279e593a9973b9268729a (patch) | |
tree | 63225fa19710906e2825ae182e29bc729c7a99d7 /zig.html.markdown | |
parent | daace78911f19e452acf09919015dd49c953a006 (diff) |
Remove quotes around language name
Diffstat (limited to 'zig.html.markdown')
-rw-r--r-- | zig.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zig.html.markdown b/zig.html.markdown index 814f4bda..0efe5f64 100644 --- a/zig.html.markdown +++ b/zig.html.markdown @@ -1,5 +1,5 @@ --- -language: "zig" +language: zig filename: learnzig.zig contributors: - ["Philippe Pittoli", "https://karchnu.fr/"] |