From e9c01a41022ba5215c37ffb1bbad020988201bbe Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Sat, 7 Dec 2024 12:16:28 +0900 Subject: [PATCH] Tweak markup to address #206 --- doc/api/generators.mdz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/generators.mdz b/doc/api/generators.mdz index 9ffbe3c..77e19ee 100644 --- a/doc/api/generators.mdz +++ b/doc/api/generators.mdz @@ -4,7 +4,7 @@ :template "mdzdoc/main.html"} --- -A @strong[generator] is an iterable data structure which yields individual values whenever called, potentially until its internal values are exhausted, at which point it's considered @i[dead]. +A @strong[generator] is an iterable data structure which yields individual values whenever called, potentially until its internal values are exhausted, at which point it's considered @em[dead]. This operation makes them very useful for: