Skip to content

Commit

Permalink
Fixed some package generator file descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
viguini committed Feb 3, 2011
1 parent be01d1a commit 3f22665
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manual/graphics/graphics.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Generates example document for the Graphics package
# Examples for the Graphics package.
#
require File.expand_path(File.join(File.dirname(__FILE__),
%w[.. example_helper]))
Expand Down
2 changes: 1 addition & 1 deletion manual/layout/layout.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Examples for tables.
# Examples for using grid layouts.
#
require File.expand_path(File.join(File.dirname(__FILE__),
%w[.. example_helper]))
Expand Down
2 changes: 1 addition & 1 deletion manual/manual/manual.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Generates example document for the Graphics package
# Generates the Prawn by example manual.
#
require File.expand_path(File.join(File.dirname(__FILE__),
%w[.. example_helper]))
Expand Down
2 changes: 1 addition & 1 deletion manual/repeatable_content/repeatable_content.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Examples for stamps.
# Examples for stamps and repeaters.
#
require File.expand_path(File.join(File.dirname(__FILE__),
%w[.. example_helper]))
Expand Down
2 changes: 1 addition & 1 deletion manual/templates/templates.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: utf-8
#
# Examples for stamps.
# Examples for loading existing pdfs.
#
require File.expand_path(File.join(File.dirname(__FILE__),
%w[.. example_helper]))
Expand Down

0 comments on commit 3f22665

Please sign in to comment.