public
Description: Fast, Nimble PDF Writer for Ruby
Homepage: http://prawn.majesticseacreature.com
Clone URL: git://github.com/sandal/prawn.git
fix typo [#26]
sandal (author)
Thu Jun 26 16:09:02 -0700 2008
commit  ac6f92198b789d69e3623bc5a2fb2db0809134eb
tree    93b0a3be2fc74de33d887103d04486c84769006d
parent  7d41b8861009dfc81a9ff9f34337380447789efe
...
37
38
39
40
 
41
42
43
...
37
38
39
 
40
41
42
43
0
@@ -37,7 +37,7 @@ module Prawn
0
       # <tt>:horizontal_padding</tt>:: The horizontal padding in PDF points
0
       # <tt>:vertical_padding</tt>:: The vertical padding in PDF points
0
       # <tt>:padding</tt>:: Overrides both horizontal and vertical padding
0
-      # <tt>:border_style</tt>:: One of <tt>:all</tt>, <tt>:no_top<tt>, <tt>:no_bottom</tt>, <tt>:sides</tt>
0
+      # <tt>:border_style</tt>:: One of <tt>:all</tt>, <tt>:no_top</tt>, <tt>:no_bottom</tt>, <tt>:sides</tt>
0
       #
0
       def initialize(options={})
0
         @point        = options[:point]

Comments