summaryrefslogtreecommitdiff
path: root/src/content/pastebins/2019/12/29
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-10 19:36:56 -0300
committerEuAndreh <eu@euandre.org>2025-04-10 19:36:56 -0300
commit4f5be5db80e78aeb9edc1d97303879ecbb56ee15 (patch)
treee20cd9e46bb1d84c9d9ce81db24285a9085361e4 /src/content/pastebins/2019/12/29
parentMakefile: Add "check-unit-updatedat" target (diff)
downloadeuandre.org-4f5be5db80e78aeb9edc1d97303879ecbb56ee15.tar.gz
euandre.org-4f5be5db80e78aeb9edc1d97303879ecbb56ee15.tar.xz
src/content/: Make categories URL-friendly
Diffstat (limited to 'src/content/pastebins/2019/12/29')
-rw-r--r--src/content/pastebins/2019/12/29/raku-tuple-type.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/pastebins/2019/12/29/raku-tuple-type.adoc b/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
index 1a0d779..0337ad8 100644
--- a/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
+++ b/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
@@ -1,5 +1,5 @@
= Raku tuple type annotation
-:categories: raku, programming languages
+:categories: raku programming-languages
[source,perl]
----