From 15a70e4836518bb5808b33414bf1c267f76f4395 Mon Sep 17 00:00:00 2001 From: James Coleman Date: Tue, 23 Dec 2014 09:00:37 -0500 Subject: [PATCH] "Prawn::BoundinBox" should be "Prawn::BoundingBox". --- manual/bounding_box/bounds.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/bounding_box/bounds.rb b/manual/bounding_box/bounds.rb index 61c274344..0261d0b4b 100644 --- a/manual/bounding_box/bounds.rb +++ b/manual/bounding_box/bounds.rb @@ -1,7 +1,7 @@ # encoding: utf-8 # # The bounds method returns the current bounding box. This is -# useful because the Prawn::BoundinBox exposes some nice boundary +# useful because the Prawn::BoundingBox exposes some nice boundary # helpers. # # top, bottom, left and