From 168a1410295bfe1b0749031f7fdad55616121c27 Mon Sep 17 00:00:00 2001 From: Aaron Pfeifer Date: Tue, 9 Aug 2011 23:53:12 -0400 Subject: [PATCH] Fix whitespace --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 8467b34b..bc4fcbca 100644 --- a/README.rdoc +++ b/README.rdoc @@ -263,7 +263,7 @@ like so: vehicle.state_paths(:from => :parked, :to => :first_gear) # => [[ # #, # # - # ]] + # ]] # Skipping state_machine and writing to attributes directly vehicle.state = "parked" vehicle.state # => "parked"