From 7fa654b49c2915df9f26c14d2c8181f8ae9d1774 Mon Sep 17 00:00:00 2001 From: Robert Clark Date: Thu, 8 Aug 2013 14:38:16 -0400 Subject: [PATCH] Corrected description for createRoute to be more accurate. --- lib/fog/aws/requests/compute/create_route.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/aws/requests/compute/create_route.rb b/lib/fog/aws/requests/compute/create_route.rb index 8a7efcf8e..7a7083acd 100755 --- a/lib/fog/aws/requests/compute/create_route.rb +++ b/lib/fog/aws/requests/compute/create_route.rb @@ -5,7 +5,7 @@ module Fog require 'fog/aws/parsers/compute/basic' - # Creates a route table within a VPC. + # Creates a route in a route table within a VPC. # # ==== Parameters # * RouteTableId<~String> - The ID of the route table for the route.