From 9bac962f1ca08e9f048d9e9eea269a08dc96876f Mon Sep 17 00:00:00 2001 From: johannes-wolf Date: Sun, 12 Nov 2023 18:59:07 +0100 Subject: [PATCH] manual: Apply changes to manual --- manual.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual.typ b/manual.typ index 35862c4b..95a6f261 100644 --- a/manual.typ +++ b/manual.typ @@ -562,10 +562,10 @@ circle((5,5)) #show-module-fn(draw-module, "rotate") ```example // Rotate on z-axis -rotate((z: 45deg)) +rotate(z: 45deg) rect((-1,-1), (1,1)) // Rotate on y-axis -rotate((y: 80deg)) +rotate(y: 80deg) circle((0,0)) ```