commit 2656c47ce77f7effcddfdc2abc7d0ba07e920d6a
parent c926ebcfb49891c848d4fe7085f9bff969c23855
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Sat, 25 Feb 2023 22:12:15 +0100
Blog post: remove unneeded commas
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/blog/2023-02-25-job-control/job-control.md b/src/blog/2023-02-25-job-control/job-control.md
@@ -117,7 +117,7 @@ All of this is summed up in the following diagram:
![Diagram showing how to change the status of a job](jobs-diagram.png)
*Picture generated with [tikz](https://github.com/pgf-tikz/pgf)
-([code, 1.2Kb](jobs-diagram.tex), [pdf, 27.3Kb](jobs-diagram.pdf)).
+([code 1.2Kb](jobs-diagram.tex), [pdf 27.3Kb](jobs-diagram.pdf)).
Do you know a better (simpler) tool or language to generate svg
graphics and diagrams programmatically? Let me know!*