From 0106f83d1c5b7cc7a2d5c68269084cf1f3fe3c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henr=C3=A9=20Botha?= <5593874+henrebotha@users.noreply.github.com> Date: Tue, 27 May 2025 09:42:47 +0200 Subject: [PATCH] Align example with text --- doc/rakefile.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rakefile.rdoc b/doc/rakefile.rdoc index 4014306a1..53c8a200e 100644 --- a/doc/rakefile.rdoc +++ b/doc/rakefile.rdoc @@ -30,7 +30,7 @@ parameter that is the name of the task. Any prerequisites are given as a list (enclosed in square brackets) following the name and an arrow (=>). - task name: [:prereq1, :prereq2] + task :name => [:prereq1, :prereq2] *NOTE:* Although this syntax looks a little funky, it is legal Ruby. We are constructing a hash where the key is :name and the value